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:
6 ; CHECK: vfmadd132ss {{[0-9]+}}(%esp), %xmm0, %xmm0
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