diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/maxnum.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/maxnum.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Transforms/InstCombine/maxnum.ll b/llvm/test/Transforms/InstCombine/maxnum.ll index 11bff42391a..ff415aa86f6 100644 --- a/llvm/test/Transforms/InstCombine/maxnum.ll +++ b/llvm/test/Transforms/InstCombine/maxnum.ll @@ -129,14 +129,6 @@ define float @canonicalize_constant_maxnum_f32(float %x) { ret float %y } -define float @noop_maxnum_f32(float %x) { -; CHECK-LABEL: @noop_maxnum_f32( -; CHECK-NEXT: ret float [[X:%.*]] -; - %y = call float @llvm.maxnum.f32(float %x, float %x) - ret float %y -} - define float @maxnum_f32_nan_val(float %x) { ; CHECK-LABEL: @maxnum_f32_nan_val( ; CHECK-NEXT: ret float [[X:%.*]] |