mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 15:39:00 +00:00
PowerPC: Add a triple to this test
This is running opt without specifying a triple, which isn't correct. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277875 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b081e9c1df
commit
029b0600e1
@ -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
Block a user