Revert r219175 - [InstCombine] re-commit r218721 icmp-select-icmp optimization
[oota-llvm.git] / test / Transforms / InstCombine / pr12338.ll
index 051c21ca41af93a4ae6b3e740d2c5ae6067007ca..d34600f0fa58707e9a235120dc47afce1d2e09b2 100644 (file)
@@ -2,11 +2,11 @@
 
 define void @entry() nounwind {
 entry:
-; CHECK: br label %for.cond
   br label %for.cond
 
 for.cond:
   %local = phi <1 x i32> [ <i32 0>, %entry ], [ %phi2, %cond.end47 ]
+; CHECK: sub <1 x i32> <i32 92>, %local
   %phi3 = sub <1 x i32> zeroinitializer, %local
   br label %cond.end