summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-03-25 16:53:19 +0000
committerDan Gohman <gohman@apple.com>2008-03-25 16:53:19 +0000
commit27845362d96a90f52ea5c980d4b7b44a2e957b06 (patch)
tree5482395f859cbff6894425bfccce369dbc35d35d /test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
parent1d21395f4ce152e7bf14d9ba6ea23549de6badd4 (diff)
downloadllvm-27845362d96a90f52ea5c980d4b7b44a2e957b06.tar.gz
llvm-27845362d96a90f52ea5c980d4b7b44a2e957b06.tar.bz2
llvm-27845362d96a90f52ea5c980d4b7b44a2e957b06.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-01-08-SchedulerCrash.ll')
-rw-r--r--test/CodeGen/X86/2008-01-08-SchedulerCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll b/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
index f31a38e28b..8a1520c1fe 100644
--- a/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
+++ b/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* }