[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / X86 / intersect-fma-fmf.ll
blob3c2a3d2c0257afd251069c745bdf0a2d4042d3cc
1 ; RUN: llc -mtriple=i686-unknown-unknown -mattr=+avx512f < %s | FileCheck %s
3 define float @test_x86_fma_intersection_fmf(float %a, float %b) {
4 ; CHECK-LABEL: test_x86_fma_intersection_fmf:
5 ; CHECK:      # %bb.0:
6 ; CHECK:        vfmadd132ss {{[0-9]+}}(%esp), %xmm0, %xmm0
7 ; CHECK:        retl 
8      %tmp8 = fmul fast float %a, %b
9      %tmp9 = fadd fast float %tmp8, %b
10      %tmp10 = insertelement <4 x float> undef, float  %tmp9, i32 1
11      %tmp11 = extractelement <4 x float> %tmp10, i32 1
12      ret float %tmp11