forked from OSchip/llvm-project
PowerPC: Add a triple to this test
This is running opt without specifying a triple, which isn't correct. llvm-svn: 277875
This commit is contained in:
parent
9cba2e2d97
commit
6863027f00
llvm/test/CodeGen/PowerPC
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue