projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d05418e
)
test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.
author
Chad Rosier
<mcrosier@apple.com>
Fri, 30 Nov 2012 18:29:01 +0000
(18:29 +0000)
committer
Chad Rosier
<mcrosier@apple.com>
Fri, 30 Nov 2012 18:29:01 +0000
(18:29 +0000)
llvm-svn: 169020
llvm/test/CodeGen/PowerPC/vec_mul.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/PowerPC/vec_mul.ll
b/llvm/test/CodeGen/PowerPC/vec_mul.ll
index
df83bf1
..
dadf0eb
100644
(file)
--- a/
llvm/test/CodeGen/PowerPC/vec_mul.ll
+++ b/
llvm/test/CodeGen/PowerPC/vec_mul.ll
@@
-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