[llvm] r277875 - PowerPC: Add a triple to this test

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 14:49:54 PDT 2016


Author: bogner
Date: Fri Aug  5 16:49:54 2016
New Revision: 277875

URL: http://llvm.org/viewvc/llvm-project?rev=277875&view=rev
Log:
PowerPC: Add a triple to this test

This is running opt without specifying a triple, which isn't correct.

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

Modified: llvm/trunk/test/CodeGen/PowerPC/vec_shuffle.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/vec_shuffle.ll?rev=277875&r1=277874&r2=277875&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/vec_shuffle.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/vec_shuffle.ll Fri Aug  5 16:49:54 2016
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine | \
+; RUN: opt -mtriple=powerpc-apple-darwin < %s -instcombine | \
 ; RUN:   llc -march=ppc32 -mcpu=g5 | not grep vperm
 ; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mcpu=g5 > %t
 ; RUN: grep vsldoi  %t | count 2




More information about the llvm-commits mailing list