Skip to content

Commit ebbfdca

Browse files
committed
[test] Replace aarch64-arm-none-eabi with aarch64
Similar to 02e9441, but for llvm/test and one lld/test/ELF test.
1 parent 02e9441 commit ebbfdca

File tree

65 files changed

+87
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+87
-87
lines changed

lld/test/ELF/eh-frame-cfi-b-key.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: aarch64
2-
// RUN: llvm-mc -filetype=obj -triple aarch64-arm-none-eabi %s -o %t.o
2+
// RUN: llvm-mc -filetype=obj -triple aarch64 %s -o %t.o
33
// RUN: ld.lld %t.o -o %t --icf=all --eh-frame-hdr
44

55
.globl _start

llvm/test/CodeGen/AArch64/GlobalISel/fp16-copy-gpr.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PR36345
55
--- |
66
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
7-
target triple = "aarch64-arm-none-eabi"
7+
target triple = "aarch64"
88

99
; Function Attrs: noinline nounwind optnone
1010
define void @fp16_to_gpr([2 x half], [2 x half]* %addr) {

llvm/test/CodeGen/AArch64/a55-fuse-address.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# RUN: llc -o - %s -mtriple=aarch64 -run-pass=machine-scheduler -verify-machineinstrs | FileCheck %s
33
--- |
44
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
5-
target triple = "aarch64-arm-none-eabi"
5+
target triple = "aarch64"
66

77
@a = dso_local global i32 2, align 4
88
@b = dso_local global i32 4, align 4

llvm/test/CodeGen/AArch64/aarch64-bf16-dotprod-intrinsics.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
2-
; RUN: llc -mtriple aarch64-arm-none-eabi -mattr=+bf16 %s -o - | FileCheck %s
2+
; RUN: llc -mtriple aarch64 -mattr=+bf16 %s -o - | FileCheck %s
33

44
define <2 x float> @test_vbfdot_f32(<2 x float> %r, <4 x bfloat> %a, <4 x bfloat> %b) {
55
; CHECK-LABEL: test_vbfdot_f32:

llvm/test/CodeGen/AArch64/aarch64-bf16-ldst-intrinsics.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -mtriple aarch64-arm-none-eabi -asm-verbose=1 -mattr=+bf16 %s -o - | FileCheck %s
1+
; RUN: llc -mtriple aarch64 -asm-verbose=1 -mattr=+bf16 %s -o - | FileCheck %s
22

33
%struct.bfloat16x4x2_t = type { [2 x <4 x bfloat>] }
44
%struct.bfloat16x8x2_t = type { [2 x <8 x bfloat>] }

llvm/test/CodeGen/AArch64/aarch64-ldst-no-premature-sp-pop.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# CHECK: add sp, sp, #16
44
--- |
55
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
6-
target triple = "aarch64-arm-none-eabi"
6+
target triple = "aarch64"
77

88
define hidden i32 @foo(i32 %0) {
99
%2 = alloca [4 x i32], align 4

llvm/test/CodeGen/AArch64/aarch64-mops-consecutive.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22

3-
; RUN: llc %s -o - -mtriple=aarch64-arm-none-eabi -O2 -mattr=+mops | FileCheck %s --check-prefix=CHECK-MOPS
3+
; RUN: llc %s -o - -mtriple=aarch64 -O2 -mattr=+mops | FileCheck %s --check-prefix=CHECK-MOPS
44

55
declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg)
66

llvm/test/CodeGen/AArch64/aarch64-mops-mte.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22

3-
; RUN: llc %s -o - -mtriple=aarch64-arm-none-eabi -O0 -global-isel=1 -global-isel-abort=1 -mattr=+mops,+mte | FileCheck %s --check-prefix=GISel-O0
4-
; RUN: llc %s -o - -mtriple=aarch64-arm-none-eabi -global-isel=1 -global-isel-abort=1 -mattr=+mops,+mte | FileCheck %s --check-prefix=GISel
5-
; RUN: llc %s -o - -mtriple=aarch64-arm-none-eabi -O2 -mattr=+mops,+mte | FileCheck %s --check-prefix=SDAG
3+
; RUN: llc %s -o - -mtriple=aarch64 -O0 -global-isel=1 -global-isel-abort=1 -mattr=+mops,+mte | FileCheck %s --check-prefix=GISel-O0
4+
; RUN: llc %s -o - -mtriple=aarch64 -global-isel=1 -global-isel-abort=1 -mattr=+mops,+mte | FileCheck %s --check-prefix=GISel
5+
; RUN: llc %s -o - -mtriple=aarch64 -O2 -mattr=+mops,+mte | FileCheck %s --check-prefix=SDAG
66

77
declare ptr @llvm.aarch64.mops.memset.tag(ptr, i8, i64)
88

llvm/test/CodeGen/AArch64/aarch64-mops.ll

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22

3-
; RUN: llc %s -o - -mtriple=aarch64-arm-none-eabi -O0 -global-isel=1 -global-isel-abort=1 | FileCheck %s --check-prefixes=GISel-WITHOUT-MOPS,GISel-WITHOUT-MOPS-O0
4-
; RUN: llc %s -o - -mtriple=aarch64-arm-none-eabi -global-isel=1 -global-isel-abort=1 | FileCheck %s --check-prefixes=GISel-WITHOUT-MOPS,GISel-WITHOUT-MOPS-O3
5-
; RUN: llc %s -o - -mtriple=aarch64-arm-none-eabi -O0 -global-isel=1 -global-isel-abort=1 -mattr=+mops | FileCheck %s --check-prefixes=GISel-MOPS,GISel-MOPS-O0
6-
; RUN: llc %s -o - -mtriple=aarch64-arm-none-eabi -global-isel=1 -global-isel-abort=1 -mattr=+mops | FileCheck %s --check-prefixes=GISel-MOPS,GISel-MOPS-O3
7-
; RUN: llc %s -o - -mtriple=aarch64-arm-none-eabi -O2 | FileCheck %s --check-prefix=SDAG-WITHOUT-MOPS-O2
8-
; RUN: llc %s -o - -mtriple=aarch64-arm-none-eabi -O2 -mattr=+mops | FileCheck %s --check-prefix=SDAG-MOPS-O2
3+
; RUN: llc %s -o - -mtriple=aarch64 -O0 -global-isel=1 -global-isel-abort=1 | FileCheck %s --check-prefixes=GISel-WITHOUT-MOPS,GISel-WITHOUT-MOPS-O0
4+
; RUN: llc %s -o - -mtriple=aarch64 -global-isel=1 -global-isel-abort=1 | FileCheck %s --check-prefixes=GISel-WITHOUT-MOPS,GISel-WITHOUT-MOPS-O3
5+
; RUN: llc %s -o - -mtriple=aarch64 -O0 -global-isel=1 -global-isel-abort=1 -mattr=+mops | FileCheck %s --check-prefixes=GISel-MOPS,GISel-MOPS-O0
6+
; RUN: llc %s -o - -mtriple=aarch64 -global-isel=1 -global-isel-abort=1 -mattr=+mops | FileCheck %s --check-prefixes=GISel-MOPS,GISel-MOPS-O3
7+
; RUN: llc %s -o - -mtriple=aarch64 -O2 | FileCheck %s --check-prefix=SDAG-WITHOUT-MOPS-O2
8+
; RUN: llc %s -o - -mtriple=aarch64 -O2 -mattr=+mops | FileCheck %s --check-prefix=SDAG-MOPS-O2
99

1010
declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg)
1111

llvm/test/CodeGen/AArch64/bf16-convert-intrinsics.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-arm-none-eabi -mattr=+neon -mattr=+bf16 | FileCheck %s
1+
; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64 -mattr=+neon -mattr=+bf16 | FileCheck %s
22

33
declare bfloat @llvm.aarch64.neon.bfcvt(float)
44
declare <8 x bfloat> @llvm.aarch64.neon.bfcvtn(<4 x float>)

llvm/test/CodeGen/AArch64/branch-target-enforcement-indirect-calls.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; FALLBACK: remark: <unknown>:0:0: unable to translate instruction: call: ' tail call void %p()' (in function: bti_enabled)
55

66
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
7-
target triple = "aarch64-arm-none-eabi"
7+
target triple = "aarch64"
88

99
; When BTI is enabled, all indirect tail-calls must use x16 or x17 (the intra
1010
; procedure call scratch registers) to hold the address, as these instructions

llvm/test/CodeGen/AArch64/complex-deinterleaving-add-mull-fixed-contract.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+complxnum,+neon -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; a * b + c
77
define <4 x double> @mull_add(<4 x double> %a, <4 x double> %b, <4 x double> %c) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-add-mull-fixed-fast.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+complxnum,+neon -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; a * b + c
77
define <4 x double> @mull_add(<4 x double> %a, <4 x double> %b, <4 x double> %c) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-add-mull-scalable-fast.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+sve -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; a * b + c
77
define <vscale x 4 x double> @mull_add(<vscale x 4 x double> %a, <vscale x 4 x double> %b, <vscale x 4 x double> %c) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-add-scalable.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+sve -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; Expected to not transform
77
define <vscale x 4 x half> @complex_add_v4f16(<vscale x 4 x half> %a, <vscale x 4 x half> %b) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-add.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; RUN: llc < %s --mattr=+complxnum,+neon,+fullfp16 -o - | FileCheck %s
33
; RUN: llc < %s --mattr=+complxnum,+neon,+fullfp16,+sve -o - | FileCheck %s
44

5-
target triple = "aarch64-arm-none-eabi"
5+
target triple = "aarch64"
66

77
; Expected to not transform
88
define <2 x half> @complex_add_v2f16(<2 x half> %a, <2 x half> %b) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-mul-scalable.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+sve -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; Expected to transform
77
define <vscale x 4 x half> @complex_mul_v4f16(<vscale x 4 x half> %a, <vscale x 4 x half> %b) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-mul.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+complxnum,+neon,+fullfp16 -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; Expected to not transform
77
define <2 x half> @complex_mul_v2f16(<2 x half> %a, <2 x half> %b) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-f32-add-scalable.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+sve -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; Expected to transform
77
define <vscale x 4 x float> @complex_add_v4f32(<vscale x 4 x float> %a, <vscale x 4 x float> %b) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-f32-add.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+complxnum,+neon,+fullfp16 -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66

77
; Expected to transform

llvm/test/CodeGen/AArch64/complex-deinterleaving-f32-mul-scalable.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+sve -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; Expected to transform
77
define <vscale x 4 x float> @complex_mul_v4f32(<vscale x 4 x float> %a, <vscale x 4 x float> %b) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-f32-mul.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+complxnum,+neon,+fullfp16 -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; Expected to transform
77
define <2 x float> @complex_mul_v2f32(<2 x float> %a, <2 x float> %b) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-f64-add-scalable.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+sve -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; Expected to transform
77
define <vscale x 2 x double> @complex_add_v2f64(<vscale x 2 x double> %a, <vscale x 2 x double> %b) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-f64-add.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+complxnum,+neon,+fullfp16 -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66

77
; Expected to transform

llvm/test/CodeGen/AArch64/complex-deinterleaving-f64-mul-scalable.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+sve -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; Expected to transform
77
define <vscale x 2 x double> @complex_mul_v2f64(<vscale x 2 x double> %a, <vscale x 2 x double> %b) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-f64-mul.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+complxnum,+neon,+fullfp16 -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; Expected to transform
77
define <2 x double> @complex_mul_v2f64(<2 x double> %a, <2 x double> %b) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-mixed-cases.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+complxnum,+neon,+fullfp16 -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; Expected to transform
77
define <4 x float> @mul_mul(<4 x float> %a, <4 x float> %b, <4 x float> %c) {

llvm/test/CodeGen/AArch64/complex-deinterleaving-multiuses.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+complxnum,+neon -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55
; Expected to transform
66
; *p = (a * b);
77
; return (a * b) * a;

llvm/test/CodeGen/AArch64/complex-deinterleaving-reductions-predicated-scalable.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+sve -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
%"class.std::complex" = type { { double, double } }
77

llvm/test/CodeGen/AArch64/complex-deinterleaving-reductions-scalable.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+sve -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
%"class.std::complex" = type { { double, double } }
77

llvm/test/CodeGen/AArch64/complex-deinterleaving-reductions.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+complxnum,+neon -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
%"struct.std::complex" = type { { double, double } }
77

llvm/test/CodeGen/AArch64/complex-deinterleaving-uniform-cases.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc < %s --mattr=+complxnum,+neon,+fullfp16 -o - | FileCheck %s
33

4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
; Expected to transform
77
define <4 x float> @simple_mul(<4 x float> %a, <4 x float> %b) {

llvm/test/CodeGen/AArch64/dont-shrink-wrap-stack-mayloadorstore.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
; CHECK-NEXT: stack:
2020

2121
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
22-
target triple = "aarch64-arm-none-eabi"
22+
target triple = "aarch64"
2323

2424
%struct.S = type { i32, i32 }
2525

llvm/test/CodeGen/AArch64/elim-dead-mi.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -mtriple=aarch64-arm-none-eabi -o - %s \
1+
# RUN: llc -mtriple=aarch64 -o - %s \
22
# RUN: -run-pass dead-mi-elimination | FileCheck %s
33
--- |
44
@c = internal unnamed_addr global [3 x i8] zeroinitializer, align 4

llvm/test/CodeGen/AArch64/fast-isel-branch-uncond-debug.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -mtriple=aarch64-arm-none-eabi -O1 -opt-bisect-limit=2 -o - %s 2> /dev/null | FileCheck %s
1+
; RUN: llc -mtriple=aarch64 -O1 -opt-bisect-limit=2 -o - %s 2> /dev/null | FileCheck %s
22

33
define dso_local i32 @a() #0 !dbg !7 {
44
entry:

llvm/test/CodeGen/AArch64/fptosi-strictfp.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: llc < %s | FileCheck %s
22
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
3-
target triple = "aarch64-arm-none-eabi"
3+
target triple = "aarch64"
44

55
define i128 @test_fixtfti(fp128 %ld) #0 {
66
; CHECK-LABEL: test_fixtfti:

llvm/test/CodeGen/AArch64/global-merge-minsize.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: llc %s -o - -verify-machineinstrs | FileCheck %s
22

33
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
4-
target triple = "aarch64-arm-none-eabi"
4+
target triple = "aarch64"
55

66
@global0 = dso_local local_unnamed_addr global i32 0, align 4
77
@global1 = dso_local local_unnamed_addr global i32 0, align 4

llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-cfi.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
2-
; RUN: aarch64-arm-none-eabi %s -o - | FileCheck %s --check-prefixes CHECK,V8A
2+
; RUN: aarch64 %s -o - | FileCheck %s --check-prefixes CHECK,V8A
33
; RUN-V83A: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
4-
; RUN-V83A: aarch64-arm-none-eabi -mattr=+v8.3a %s -o - > %t
4+
; RUN-V83A: aarch64 -mattr=+v8.3a %s -o - > %t
55
; RUN-V83A: FileCheck --check-prefixes CHECK,V83A < %t %s
66

77
; Function a's outlining candidate contains a sp modifying add without a

llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-diff-scope-same-key.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
2-
; RUN: aarch64-arm-none-eabi %s -o - | FileCheck %s --check-prefixes CHECK,V8A
2+
; RUN: aarch64 %s -o - | FileCheck %s --check-prefixes CHECK,V8A
33
; RUN-V83A: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
4-
; RUN-V83A: aarch64-arm-none-eabi -mattr=+v8.3a %s -o - > %t
4+
; RUN-V83A: aarch64 -mattr=+v8.3a %s -o - > %t
55
; RUN-V83A: FileCheck --check-prefixes CHECK,V83A < %t %s
66

77
define void @a() "sign-return-address"="all" {

llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-non-leaf.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
2-
; RUN: aarch64-arm-none-eabi %s -o - | FileCheck %s --check-prefixes CHECK,V8A
2+
; RUN: aarch64 %s -o - | FileCheck %s --check-prefixes CHECK,V8A
33
; RUN-V83A: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
4-
; RUN-V83A: aarch64-arm-none-eabi -mattr=+v8.3a %s -o - > %t
4+
; RUN-V83A: aarch64 -mattr=+v8.3a %s -o - > %t
55
; RUN-V83A: FileCheck --check-prefixes CHECK,V83A < %t %s
66

77
define i64 @a(i64 %x) "sign-return-address"="non-leaf" "sign-return-address-key"="b_key" {

llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-regsave.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -mtriple=aarch64-arm-none-eabi -run-pass=prologepilog \
1+
# RUN: llc -mtriple=aarch64 -run-pass=prologepilog \
22
# RUN: -run-pass=machine-outliner -verify-machineinstrs %s -o - | FileCheck %s
33

44
# Check that we save LR to a callee-saved register when possible.

llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-same-scope-diff-key.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
2-
; RUN: aarch64-arm-none-eabi %s -o - | FileCheck %s --check-prefixes CHECK,V8A
2+
; RUN: aarch64 %s -o - | FileCheck %s --check-prefixes CHECK,V8A
33
; RUN-V83A: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
4-
; RUN-V83A: aarch64-arm-none-eabi -mattr=+v8.3a %s -o - > %t
4+
; RUN-V83A: aarch64 -mattr=+v8.3a %s -o - > %t
55
; RUN-V83A: FileCheck --check-prefixes CHECK,V83A < %t %s
66

77
define void @a() "sign-return-address"="all" {

llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-same-scope-same-key-a.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
2-
; RUN: aarch64-arm-none-eabi %s -o - | FileCheck %s --check-prefixes CHECK,V8A
2+
; RUN: aarch64 %s -o - | FileCheck %s --check-prefixes CHECK,V8A
33
; RUN-V83A: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
4-
; RUN-V83A: aarch64-arm-none-eabi -mattr=+v8.3a %s -o - > %t
4+
; RUN-V83A: aarch64 -mattr=+v8.3a %s -o - > %t
55
; RUN-V83A: FileCheck --check-prefixes CHECK,V83A < %t %s
66

77
define void @a() "sign-return-address"="all" "sign-return-address-key"="a_key" nounwind {

llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-same-scope-same-key-b.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
2-
; RUN: aarch64-arm-none-eabi %s -o - | FileCheck %s --check-prefixes CHECK,V8A
2+
; RUN: aarch64 %s -o - | FileCheck %s --check-prefixes CHECK,V8A
33
; RUN-V83A: llc -verify-machineinstrs -enable-machine-outliner -mtriple \
4-
; RUN-V83A: aarch64-arm-none-eabi -mattr=+v8.3a %s -o - > %t
4+
; RUN-V83A: aarch64 -mattr=+v8.3a %s -o - > %t
55
; RUN-V83A: FileCheck --check-prefixes CHECK,V83A < %t %s
66

77
define void @a() "sign-return-address"="all" "sign-return-address-key"="b_key" nounwind {

llvm/test/CodeGen/AArch64/machine-outliner-retaddr-sign-sp-mod.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -mtriple aarch64-arm-none-eabi -enable-machine-outliner \
1+
; RUN: llc -mtriple aarch64 -enable-machine-outliner \
22
; RUN: -verify-machineinstrs %s -o - | FileCheck %s
33

44
@v = common dso_local global ptr null, align 8

0 commit comments

Comments
 (0)