summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-02-08 01:55:39 +0000
committerAndrew Trick <atrick@apple.com>2013-02-08 01:55:39 +0000
commit1bd53c367580c8c039c675bf9ac3a1406a8224e1 (patch)
tree9766d647f05eeba4057b158175bd0f38ce045d24 /llvm/test/Transforms
parentdfbe77cdf5c252865b939b812241a76838dd3be8 (diff)
downloadbcm5719-llvm-1bd53c367580c8c039c675bf9ac3a1406a8224e1.tar.gz
bcm5719-llvm-1bd53c367580c8c039c675bf9ac3a1406a8224e1.zip
Revert "Have InstCombine call SipmlifyCall when handling calls. Test case included."
This reverts commit 3854a5d90fee52af1065edbed34521fff6cdc18d. This causes a clang unit test to hang: vtable-available-externally.cpp. llvm-svn: 174692
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/InstCombine/intrinsics.ll16
1 files changed, 2 insertions, 14 deletions
diff --git a/llvm/test/Transforms/InstCombine/intrinsics.ll b/llvm/test/Transforms/InstCombine/intrinsics.ll
index 6bfea72f419..f334b3b1e93 100644
--- a/llvm/test/Transforms/InstCombine/intrinsics.ll
+++ b/llvm/test/Transforms/InstCombine/intrinsics.ll
@@ -152,8 +152,8 @@ entry:
ret void
; CHECK: @powi
; CHECK: %A = fdiv double 1.0{{.*}}, %V
-; CHECK: store volatile double %A,
-; CHECK: store volatile double 1.0
+; CHECK: store volatile double %A,
+; CHECK: store volatile double 1.0
; CHECK: store volatile double %V
}
@@ -256,15 +256,3 @@ define i32 @cttz_select(i32 %Value) nounwind {
; CHECK: @cttz_select
; CHECK: select i1 %tobool, i32 %cttz, i32 32
}
-
-; Test that SimplifyCall is getting invoked by InstCombine
-declare float @llvm.fabs.f32(float) nounwind readnone
-define float @simplify_idempotent(float %a) {
-; CHECK: @simplify_idempotent
-; CHECK: fabs
-; CHECK-NOT: fabs
- %a0 = call float @llvm.fabs.f32(float %a)
- %a1 = call float @llvm.fabs.f32(float %a0)
-
- ret float %a1
-} \ No newline at end of file
OpenPOWER on IntegriCloud