mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
add a generic component to this test
llvm-svn: 32747
This commit is contained in:
parent
12d10e8b92
commit
d2406b11df
@ -1,5 +1,6 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | grep test: &&
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | not grep vperm
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | not grep vperm &&
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc
|
||||
|
||||
void %test(<4 x float> *%tmp2.i) {
|
||||
%tmp2.i = load <4x float>* %tmp2.i
|
||||
|
Loading…
Reference in New Issue
Block a user