summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/minnum.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/minnum.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/minnum.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Transforms/InstCombine/minnum.ll b/llvm/test/Transforms/InstCombine/minnum.ll
index a05ce8c545c..7cf9d1bc758 100644
--- a/llvm/test/Transforms/InstCombine/minnum.ll
+++ b/llvm/test/Transforms/InstCombine/minnum.ll
@@ -131,14 +131,6 @@ define float @canonicalize_constant_minnum_f32(float %x) {
ret float %y
}
-define float @noop_minnum_f32(float %x) {
-; CHECK-LABEL: @noop_minnum_f32(
-; CHECK-NEXT: ret float [[X:%.*]]
-;
- %y = call float @llvm.minnum.f32(float %x, float %x)
- ret float %y
-}
-
define float @minnum_f32_nan_val(float %x) {
; CHECK-LABEL: @minnum_f32_nan_val(
; CHECK-NEXT: ret float [[X:%.*]]
OpenPOWER on IntegriCloud