mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
df2896d609
llvm-svn: 81290
10 lines
316 B
LLVM
10 lines
316 B
LLVM
; RUN: llc < %s -march=x86-64 -enable-unsafe-fp-math | not grep mulps
|
|
; RUN: llc < %s -march=x86-64 | grep mulps
|
|
|
|
define void @test14(<4 x float>*) nounwind {
|
|
load <4 x float>* %0, align 1
|
|
fmul <4 x float> %2, zeroinitializer
|
|
store <4 x float> %3, <4 x float>* %0, align 1
|
|
ret void
|
|
}
|