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 11; 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 | \
33; RUN: FileCheck %s --check-prefix=CHECK-AIX32-P8
44
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 | \
66; RUN: FileCheck %s --check-prefix=CHECK-AIX32-P10
77
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 | \
99; RUN: FileCheck %s --check-prefix=CHECK-LINUX32-P8
1010
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 | \
1212; RUN: FileCheck %s --check-prefix=CHECK-LINUX32-P10
1313
1414define 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 11; 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 | \
33; RUN: FileCheck %s --check-prefix=CHECK-AIX64-32-P8
44
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 | \
66; RUN: FileCheck %s --check-prefix=CHECK-AIX64-32-P10
77
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 | \
99; RUN: FileCheck %s --check-prefix=CHECK-LINUX64-P8
1010
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 | \
1212; RUN: FileCheck %s --check-prefix=CHECK-LINUX64-P10
1313
1414define 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