Skip to content

Commit 01463a2

Browse files
authored
Fixed test case error which caused the default cpu is changed from generic to ppc64 for triple powerpc64 (#114828)
[Summary] Fixed test case error in the https://lab.llvm.org/buildbot/#/builders/33/builds/5801 which caused by the commit #113943
1 parent 293c78b commit 01463a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llvm/test/CodeGen/PowerPC/stack-guard-global.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -mtriple=powerpc64 -verify-machineinstrs < %s \
2+
; RUN: llc -mcpu=ppc -mtriple=powerpc64 -verify-machineinstrs < %s \
33
; RUN: | FileCheck %s --check-prefixes=BE64
44
; RUN: llc -mtriple=powerpc64le -verify-machineinstrs < %s \
55
; RUN: | FileCheck %s --check-prefixes=LE64

llvm/test/CodeGen/PowerPC/stack-guard-tls.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -mtriple=powerpc64 -verify-machineinstrs < %s \
2+
; RUN: llc -mcpu=ppc -mtriple=powerpc64 -verify-machineinstrs < %s \
33
; RUN: | FileCheck %s --check-prefixes=BE64
44
; RUN: llc -mtriple=powerpc64le -verify-machineinstrs < %s \
55
; RUN: | FileCheck %s --check-prefixes=LE64

llvm/test/CodeGen/PowerPC/uaddo-64.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s
2+
; RUN: llc < %s -mcpu=ppc -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s
33
; RUN: llc < %s -mtriple=powerpc64-ibm-aix-xcoff | FileCheck %s
44

55
define noundef i64 @add(i64 noundef %a, i64 noundef %b, ptr nocapture noundef writeonly %ovf) {

0 commit comments

Comments
 (0)