diff options
author | Dan Gohman <gohman@apple.com> | 2009-02-11 21:29:39 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-02-11 21:29:39 +0000 |
commit | c8db34cb07fea88c4b8f3e0f095fd8aed568b28e (patch) | |
tree | 180555e018ae5b9046d0ff282acb5183c7f73556 /test/CodeGen/X86/2008-02-22-ReMatBug.ll | |
parent | 8bb332d45dd266b9678446cea5812371d8d3e8af (diff) | |
download | external_llvm-c8db34cb07fea88c4b8f3e0f095fd8aed568b28e.zip external_llvm-c8db34cb07fea88c4b8f3e0f095fd8aed568b28e.tar.gz external_llvm-c8db34cb07fea88c4b8f3e0f095fd8aed568b28e.tar.bz2 |
Don't use special heuristics for nodes with no data predecessors
unless they actually have data successors, and likewise for nodes
with no data successors unless they actually have data precessors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-02-22-ReMatBug.ll')
-rw-r--r-- | test/CodeGen/X86/2008-02-22-ReMatBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-02-22-ReMatBug.ll b/test/CodeGen/X86/2008-02-22-ReMatBug.ll index 539fc15..f78d526 100644 --- a/test/CodeGen/X86/2008-02-22-ReMatBug.ll +++ b/test/CodeGen/X86/2008-02-22-ReMatBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -stats |& grep {Number of re-materialization} | grep 4 +; RUN: llvm-as < %s | llc -march=x86 -stats |& grep {Number of re-materialization} | grep 3 ; RUN: llvm-as < %s | llc -march=x86 -stats |& grep {Number of dead spill slots removed} ; rdar://5761454 |