diff options
Diffstat (limited to 'test/CodeGen/PowerPC/buildvec_canonicalize.ll')
-rw-r--r-- | test/CodeGen/PowerPC/buildvec_canonicalize.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/buildvec_canonicalize.ll b/test/CodeGen/PowerPC/buildvec_canonicalize.ll index b70671b..6c59191 100644 --- a/test/CodeGen/PowerPC/buildvec_canonicalize.ll +++ b/test/CodeGen/PowerPC/buildvec_canonicalize.ll @@ -1,8 +1,8 @@ ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mattr=+altivec --enable-unsafe-fp-math | FileCheck %s define void @VXOR(<4 x float>* %P1, <4 x i32>* %P2, <4 x float>* %P3) { - %tmp = load <4 x float>* %P3 ; <<4 x float>> [#uses=1] - %tmp3 = load <4 x float>* %P1 ; <<4 x float>> [#uses=1] + %tmp = load <4 x float>, <4 x float>* %P3 ; <<4 x float>> [#uses=1] + %tmp3 = load <4 x float>, <4 x float>* %P1 ; <<4 x float>> [#uses=1] %tmp4 = fmul <4 x float> %tmp, %tmp3 ; <<4 x float>> [#uses=1] store <4 x float> %tmp4, <4 x float>* %P3 store <4 x float> zeroinitializer, <4 x float>* %P1 |