xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/fmul-zero.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=x86-64 -enable-unsafe-fp-math | not grep mulps
2; RUN: llc < %s -march=x86-64 | grep mulps
3
4define void @test14(<4 x float>*) nounwind {
5        load <4 x float>, <4 x float>* %0, align 1
6        fmul <4 x float> %2, zeroinitializer
7        store <4 x float> %3, <4 x float>* %0, align 1
8        ret void
9}
10