mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Check in test changes that I accidentally left out of r72872.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72875 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef23d711bc
commit
0e19a3f89e
9
test/CodeGen/X86/fmul-zero.ll
Normal file
9
test/CodeGen/X86/fmul-zero.ll
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
; RUN: llvm-as < %s | llc -march=x86-64 -enable-unsafe-fp-math | not grep mulps
|
||||||
|
; RUN: llvm-as < %s | llc -march=x86-64 | grep mulps
|
||||||
|
|
||||||
|
define void @test14(<4 x float>*) nounwind {
|
||||||
|
load <4 x float>* %0, align 1
|
||||||
|
mul <4 x float> %2, zeroinitializer
|
||||||
|
store <4 x float> %3, <4 x float>* %0, align 1
|
||||||
|
ret void
|
||||||
|
}
|
@ -83,11 +83,3 @@ define internal void @test13(<4 x float>*) {
|
|||||||
store <4 x float> %3, <4 x float>* %0, align 1
|
store <4 x float> %3, <4 x float>* %0, align 1
|
||||||
ret void
|
ret void
|
||||||
}
|
}
|
||||||
|
|
||||||
define internal void @test14(<4 x float>*) {
|
|
||||||
load <4 x float>* %0, align 1
|
|
||||||
mul <4 x float> %2, zeroinitializer
|
|
||||||
store <4 x float> %3, <4 x float>* %0, align 1
|
|
||||||
ret void
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user