summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-10-08 01:05:57 +0000
committerHans Wennborg <hans@hanshq.net>2014-10-08 01:05:57 +0000
commit1256198bbcccc66632810d0d3df748af38351b0f (patch)
treed683a09a17ecd74e8f941d3b582c0e39c51bd7ed /llvm/test
parent8b91d0cd013d140ec98003a10155853f32ef0631 (diff)
downloadbcm5719-llvm-1256198bbcccc66632810d0d3df748af38351b0f.tar.gz
bcm5719-llvm-1256198bbcccc66632810d0d3df748af38351b0f.zip
Revert r219175 - [InstCombine] re-commit r218721 icmp-select-icmp optimization
This seems to have caused PR21199. llvm-svn: 219264
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/InstCombine/pr12338.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/pr12338.ll b/llvm/test/Transforms/InstCombine/pr12338.ll
index 051c21ca41a..d34600f0fa5 100644
--- a/llvm/test/Transforms/InstCombine/pr12338.ll
+++ b/llvm/test/Transforms/InstCombine/pr12338.ll
@@ -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
OpenPOWER on IntegriCloud