2009-09-09 07:54:48 +08:00
|
|
|
; RUN: llc < %s -march=x86-64 -enable-unsafe-fp-math | not grep mulps
|
|
|
|
; RUN: llc < %s -march=x86-64 | grep mulps
|
2009-06-05 02:22:31 +08:00
|
|
|
|
|
|
|
define void @test14(<4 x float>*) nounwind {
|
2015-02-28 05:17:42 +08:00
|
|
|
load <4 x float>, <4 x float>* %0, align 1
|
2009-06-16 06:49:34 +08:00
|
|
|
fmul <4 x float> %2, zeroinitializer
|
2009-06-05 02:22:31 +08:00
|
|
|
store <4 x float> %3, <4 x float>* %0, align 1
|
|
|
|
ret void
|
|
|
|
}
|