summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/branch-folder-merge-mmos.ll
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2016-08-31 13:16:45 +0000
committerJames Molloy <james.molloy@arm.com>2016-08-31 13:16:45 +0000
commit85dac9a06ddba5f6beb3abada3dd7df2df775b8b (patch)
treeedcdd0d0efaebe9d10c3381cd241247a9b28b00a /test/CodeGen/AArch64/branch-folder-merge-mmos.ll
parent3d40b2a633cb3a766781d55767685cab64fc3ef2 (diff)
Revert "[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches"
This reverts commit r280217. r280216 caused buildbot failures - backing out the entire chain. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64/branch-folder-merge-mmos.ll')
-rw-r--r--test/CodeGen/AArch64/branch-folder-merge-mmos.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/branch-folder-merge-mmos.ll b/test/CodeGen/AArch64/branch-folder-merge-mmos.ll
index 3ecb1d49ee1..12e6f2d4889 100644
--- a/test/CodeGen/AArch64/branch-folder-merge-mmos.ll
+++ b/test/CodeGen/AArch64/branch-folder-merge-mmos.ll
@@ -3,7 +3,7 @@ target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
; Function Attrs: norecurse nounwind
define void @foo(i32 %a, i32 %b, float* nocapture %foo_arr) #0 {
-; CHECK: (load 4 from %ir.arrayidx1.{{i[1-2]}})
+; CHECK: (load 4 from %ir.arrayidx1.{{i[1-2]}}), (load 4 from %ir.arrayidx1.{{i[1-2]}})
entry:
%cmp = icmp sgt i32 %a, 0
br i1 %cmp, label %if.then, label %if.end