File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/CodeGen/PowerPC Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
; RUN: llc -mtriple powerpc-ibm-aix-xcoff -stop-after=machine-cp -mcpu=pwr4 \
2
- ; RUN: -mattr=-altivec -verify-machineinstrs < %s | \
2
+ ; RUN: -mattr=-altivec -verify-machineinstrs < %s | \
3
3
; RUN: FileCheck --check-prefixes=CHECK,32BIT %s
4
4
5
5
; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec \
6
6
; RUN: -mtriple powerpc-ibm-aix-xcoff < %s | \
7
7
; RUN: FileCheck --check-prefixes=CHECKASM,ASM32 %s
8
8
9
9
; RUN: llc -mtriple powerpc64-ibm-aix-xcoff -stop-after=machine-cp -mcpu=pwr4 \
10
- ; RUN: -mattr=-altivec -verify-machineinstrs < %s | \
10
+ ; RUN: -mattr=-altivec -verify-machineinstrs < %s | \
11
11
; RUN: FileCheck --check-prefixes=CHECK,64BIT %s
12
12
13
13
; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec \
You can’t perform that action at this time.
0 commit comments