[llvm-commits] [llvm] r58324 - /llvm/trunk/test/CodeGen/PowerPC/vec_splat.ll

Duncan Sands baldrick at free.fr
Tue Oct 28 02:55:05 PDT 2008


Author: baldrick
Date: Tue Oct 28 04:55:04 2008
New Revision: 58324

URL: http://llvm.org/viewvc/llvm-project?rev=58324&view=rev
Log:
Turn off LegalizeTypes for this test for the
moment, while waiting for a proper solution.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/vec_splat.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/vec_splat.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/vec_splat.ll?rev=58324&r1=58323&r2=58324&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/vec_splat.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/vec_splat.ll Tue Oct 28 04:55:04 2008
@@ -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





More information about the llvm-commits mailing list