summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/merge-consecutive-stores.ll
diff options
context:
space:
mode:
authorNirav Dave <niravd@google.com>2018-03-19 20:19:46 +0000
committerNirav Dave <niravd@google.com>2018-03-19 20:19:46 +0000
commit3264c1bdf67349add543f1981e5fdf483f5ec41a (patch)
tree7c9c700659f5f2bcaeacfe884d91571e5b4f1b09 /llvm/test/CodeGen/X86/merge-consecutive-stores.ll
parent9a55c1b0dce1b0f03742ceea8292dcdcdcd37509 (diff)
downloadbcm5719-llvm-3264c1bdf67349add543f1981e5fdf483f5ec41a.tar.gz
bcm5719-llvm-3264c1bdf67349add543f1981e5fdf483f5ec41a.zip
[DAG, X86] Revert r327197 "Revert r327170, r327171, r327172"
Reland ISel cycle checking improvements after simplifying node id invariant traversal and correcting typo. llvm-svn: 327898
Diffstat (limited to 'llvm/test/CodeGen/X86/merge-consecutive-stores.ll')
-rw-r--r--llvm/test/CodeGen/X86/merge-consecutive-stores.ll9
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/X86/merge-consecutive-stores.ll b/llvm/test/CodeGen/X86/merge-consecutive-stores.ll
index af5fb478e52..4f511ef99e5 100644
--- a/llvm/test/CodeGen/X86/merge-consecutive-stores.ll
+++ b/llvm/test/CodeGen/X86/merge-consecutive-stores.ll
@@ -10,12 +10,11 @@ define i32 @foo (i64* %so) nounwind uwtable ssp {
; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax
; CHECK-NEXT: movl $0, 28(%eax)
; CHECK-NEXT: movl $0, 24(%eax)
-; CHECK-NEXT: movl 20(%eax), %ecx
-; CHECK-NEXT: movl $0, 20(%eax)
-; CHECK-NEXT: xorl %edx, %edx
-; CHECK-NEXT: cmpl 16(%eax), %edx
+; CHECK-NEXT: xorl %ecx, %ecx
+; CHECK-NEXT: cmpl 16(%eax), %ecx
; CHECK-NEXT: movl $0, 16(%eax)
-; CHECK-NEXT: sbbl %ecx, %edx
+; CHECK-NEXT: sbbl 20(%eax), %ecx
+; CHECK-NEXT: movl $0, 20(%eax)
; CHECK-NEXT: setl %al
; CHECK-NEXT: movzbl %al, %eax
; CHECK-NEXT: negl %eax
OpenPOWER on IntegriCloud