mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f432be0c62
commit
75cbb00727
@ -41,6 +41,6 @@ define <4 x float> @test_float(<4 x float>* %X, <4 x float>* %Y) {
|
||||
; all bits set and shifting it 31 bits to left, resulting a an vector of
|
||||
; 4 x 0x80000000 (-0.0 as float).
|
||||
; CHECK: test_float:
|
||||
; CHECK: vspltisw [[ZNEG:[0-9]+]], -1
|
||||
; CHECK: vslw {{[0-9]+}}, [[ZNEG]], [[ZNEG]]
|
||||
; CHECK: vspltisw [[ZNEG:v[0-9]+]], -1
|
||||
; CHECK: vslw {{v[0-9]+}}, [[ZNEG]], [[ZNEG]]
|
||||
; CHECK: vmaddfp
|
||||
|
Loading…
Reference in New Issue
Block a user