Turn off LegalizeTypes for this test for the
authorDuncan Sands <baldrick@free.fr>
Tue, 28 Oct 2008 09:55:04 +0000 (09:55 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 28 Oct 2008 09:55:04 +0000 (09:55 +0000)
moment, while waiting for a proper solution.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58324 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/vec_splat.ll

index a6311370003847e70e3aa427f8308670caf1e9a6..bc860cbf024cf98b5e75fd3e67b38d49e3f9cfb9 100644 (file)
@@ -1,7 +1,7 @@
 ; Test that vectors are scalarized/lowered correctly.
 ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g3 | \
 ; RUN:    grep stfs | count 4
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 -o %t -f -disable-legalize-types
 ; RUN: grep vspltw %t | count 2
 ; RUN: grep vsplti %t | count 3
 ; RUN: grep vsplth %t | count 1