File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
llvm/test/CodeGen/PowerPC Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2
- ; RUN: llc -verify-machineinstrs - mcpu=pwr8 -ppc-asm-full-reg-names -mtriple=powerpc-ibm-aix < %s | \
2
+ ; RUN: llc -mcpu=pwr8 -ppc-asm-full-reg-names -mtriple=powerpc-ibm-aix < %s | \
3
3
; RUN: FileCheck %s --check-prefix=CHECK-AIX32-P8
4
4
5
- ; RUN: llc -verify-machineinstrs - mcpu=pwr10 -ppc-asm-full-reg-names -mtriple=powerpc-ibm-aix < %s | \
5
+ ; RUN: llc -mcpu=pwr10 -ppc-asm-full-reg-names -mtriple=powerpc-ibm-aix < %s | \
6
6
; RUN: FileCheck %s --check-prefix=CHECK-AIX32-P10
7
7
8
- ; RUN: llc -verify-machineinstrs - mcpu=pwr8 -ppc-asm-full-reg-names -mtriple=powerpcle-unknown-linux-gnu < %s | \
8
+ ; RUN: llc -mcpu=pwr8 -ppc-asm-full-reg-names -mtriple=powerpcle-unknown-linux-gnu < %s | \
9
9
; RUN: FileCheck %s --check-prefix=CHECK-LINUX32-P8
10
10
11
- ; RUN: llc -verify-machineinstrs - mcpu=pwr10 -ppc-asm-full-reg-names -mtriple=powerpcle-unknown-linux-gnu < %s | \
11
+ ; RUN: llc -mcpu=pwr10 -ppc-asm-full-reg-names -mtriple=powerpcle-unknown-linux-gnu < %s | \
12
12
; RUN: FileCheck %s --check-prefix=CHECK-LINUX32-P10
13
13
14
14
define dso_local signext range(i32 0 , 2 ) i32 @cmpeq16 (ptr noundef readonly captures(none) %a , ptr noundef readonly captures(none) %b ) {
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2
- ; RUN: llc -verify-machineinstrs - mcpu=pwr8 -ppc-asm-full-reg-names -mtriple=powerpc64-ibm-aix < %s | \
2
+ ; RUN: llc -mcpu=pwr8 -ppc-asm-full-reg-names -mtriple=powerpc64-ibm-aix < %s | \
3
3
; RUN: FileCheck %s --check-prefix=CHECK-AIX64-32-P8
4
4
5
- ; RUN: llc -verify-machineinstrs - mcpu=pwr10 -ppc-asm-full-reg-names -mtriple=powerpc64-ibm-aix < %s | \
5
+ ; RUN: llc -mcpu=pwr10 -ppc-asm-full-reg-names -mtriple=powerpc64-ibm-aix < %s | \
6
6
; RUN: FileCheck %s --check-prefix=CHECK-AIX64-32-P10
7
7
8
- ; RUN: llc -verify-machineinstrs - mcpu=pwr8 -ppc-asm-full-reg-names -mtriple=powerpc64le-unknown-linux-gnu < %s | \
8
+ ; RUN: llc -mcpu=pwr8 -ppc-asm-full-reg-names -mtriple=powerpc64le-unknown-linux-gnu < %s | \
9
9
; RUN: FileCheck %s --check-prefix=CHECK-LINUX64-P8
10
10
11
- ; RUN: llc -verify-machineinstrs - mcpu=pwr10 -ppc-asm-full-reg-names -mtriple=powerpc64le-unknown-linux-gnu < %s | \
11
+ ; RUN: llc -mcpu=pwr10 -ppc-asm-full-reg-names -mtriple=powerpc64le-unknown-linux-gnu < %s | \
12
12
; RUN: FileCheck %s --check-prefix=CHECK-LINUX64-P10
13
13
14
14
define dso_local signext range(i32 0 , 2 ) i32 @cmpeq16 (ptr noundef readonly captures(none) %a , ptr noundef readonly captures(none) %b ) {
You can’t perform that action at this time.
0 commit comments