diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-11-26 22:16:44 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-11-26 22:16:44 +0000 |
| commit | 397a11ccd8adcd854487eea278e2ea29cc7b24d3 (patch) | |
| tree | b1c3059782a7d6d3b2b5f3ee51918e6684e5f3c5 /llvm/test | |
| parent | 0c4162a6592641a14323774ac041e686777d380b (diff) | |
| download | bcm5719-llvm-397a11ccd8adcd854487eea278e2ea29cc7b24d3.tar.gz bcm5719-llvm-397a11ccd8adcd854487eea278e2ea29cc7b24d3.zip | |
Turn on my codegen prepare heuristic by default. It doesn't affect
performance in most cases on the Grawp tester, but does speed some
things up (like shootout/hash by 15%). This also doesn't impact
compile time in a noticable way on the Grawp tester.
It also, of course, gets the testcase it was designed for right :)
llvm-svn: 60120
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/isel-sink3.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/isel-sink3.ll b/llvm/test/CodeGen/X86/isel-sink3.ll index a0fba3acc59..75c23c34353 100644 --- a/llvm/test/CodeGen/X86/isel-sink3.ll +++ b/llvm/test/CodeGen/X86/isel-sink3.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -enable-smarter-addr-folding | grep {addl.(%eax), %ecx} -; RUN: llvm-as < %s | llc -enable-smarter-addr-folding | not grep leal +; RUN: llvm-as < %s | llc | grep {addl.(%eax), %ecx} +; RUN: llvm-as < %s | llc | not grep leal ; this should not sink %1 into bb1, that would increase reg pressure. ; rdar://6399178 |

