File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
llvm/test/Regression/CodeGen/Generic Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
; Test that vectors are scalarized/lowered correctly.
2
- ; RUN: llvm-as < %s | llc > /dev/null &&
3
- ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 > /dev/null &&
4
- ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g3 > /dev/null &&
5
- ; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386 > /dev/null &&
6
- ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -o /dev/null
2
+ ; RUN: llvm-as < %s | llc &&
3
+ ; RUN: llvm-as < %s | llc -mtriple a-b-c &&
4
+ ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 &&
5
+ ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g3 &&
6
+ ; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386 &&
7
+ ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
7
8
8
9
%f1 = type <1 x float >
9
10
%f2 = type <2 x float >
You can’t perform that action at this time.
0 commit comments