Chris Lattner | 8e7401e | 2006-04-12 16:49:16 +0000 | [diff] [blame] | 1 | ; 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 | |||||
4 | void %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 |