blob: b14d85a9d741a1afcf3d9f3b6b22fe627cdab9cb [file] [log] [blame]
Chris Lattner8e7401e2006-04-12 16:49:16 +00001; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vxor | wc -l | grep 1
2; There should be exactly one vxor here, not two.
3
4void %test(<4 x float>* %P1, <4 x int>* %P2) {
5 store <4 x float> zeroinitializer, <4 x float>* %P1
6 store <4 x int> zeroinitializer, <4 x int>* %P2
7 ret void
8}
9