diff options
author | Dan Gohman <gohman@apple.com> | 2008-03-25 16:53:19 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-03-25 16:53:19 +0000 |
commit | 883cbfd0ba5fc1ccd9876d5637896942ee278854 (patch) | |
tree | 27348a082e2dd90d44d63a7b33414312a2d16582 /llvm/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll | |
parent | 4b55badc39cff7a910646d5a22385ede276a30b7 (diff) | |
download | bcm5719-llvm-883cbfd0ba5fc1ccd9876d5637896942ee278854.tar.gz bcm5719-llvm-883cbfd0ba5fc1ccd9876d5637896942ee278854.zip |
Add CMP32mr and friends to the load-unfolding table. Among
other things, this allows the scheduler to unfold a load operand
in the 2008-01-08-SchedulerCrash.ll testcase, so it now successfully
clones the comparison to avoid a pushf+popf.
llvm-svn: 48777
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll b/llvm/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll index f31a38e28b3..8a1520c1fe4 100644 --- a/llvm/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll +++ b/llvm/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 +; RUN: llvm-as < %s | llc -march=x86 | not grep pushf %struct.indexentry = type { i32, i8*, i8*, i8*, i8*, i8* } |