diff options
Diffstat (limited to 'test/Transforms/InstCombine/pr12338.ll')
-rw-r--r-- | test/Transforms/InstCombine/pr12338.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/pr12338.ll b/test/Transforms/InstCombine/pr12338.ll index 614387a..7e0bf59 100644 --- a/test/Transforms/InstCombine/pr12338.ll +++ b/test/Transforms/InstCombine/pr12338.ll @@ -4,6 +4,7 @@ define void @entry() nounwind { entry: br label %for.cond +; CHECK: br label %for.cond for.cond: %local = phi <1 x i32> [ <i32 0>, %entry ], [ %phi2, %cond.end47 ] %phi3 = sub <1 x i32> zeroinitializer, %local @@ -18,7 +19,6 @@ cond.end: cond.end47: %sum = add <1 x i32> %cond, <i32 92> -; CHECK: sub <1 x i32> <i32 -92>, %cond %phi2 = sub <1 x i32> zeroinitializer, %sum br label %for.cond } |