Skip to content

Commit 78f2eb8

Browse files
committed
[test] Replace aarch64-*-{eabi,gnueabi}{,hf} with aarch64
1 parent 3d18c8c commit 78f2eb8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

llvm/test/CodeGen/AArch64/aarch64-gep-opt.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; RUN: llc -O3 -aarch64-enable-gep-opt=true -print-after=codegenprepare -mcpu=cortex-a53 < %s 2>&1 | FileCheck --check-prefix=CHECK-UseAA %s
66

77
target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
8-
target triple = "aarch64-linux-gnueabi"
8+
target triple = "aarch64"
99

1010
; Following test cases test enabling SeparateConstOffsetFromGEP pass in AArch64
1111
; backend. If useAA() returns true, it will lower a GEP with multiple indices

llvm/test/CodeGen/AArch64/cond-br-tuning.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; RUN: llc -debugify-and-strip-all-safe < %s -O3 -mtriple=aarch64 -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-linaro-linux-gnueabi"
5+
target triple = "aarch64"
66

77
; CMN is an alias of ADDS.
88

llvm/test/Transforms/CallSiteSplitting/callsite-split-or-phi.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; RUN: opt < %s -passes='function(callsite-splitting)' -S | 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-linaro-linux-gnueabi"
5+
target triple = "aarch64"
66

77
;CHECK-LABEL: @test_eq_eq
88

llvm/test/Transforms/CallSiteSplitting/callsite-split.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: opt < %s -passes='function(callsite-splitting),cgscc(inline),function(instcombine,jump-threading)' -S | 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-linaro-linux-gnueabi"
4+
target triple = "aarch64"
55

66
%struct.bitmap = type { i32, ptr }
77

llvm/test/Transforms/CalledValuePropagation/simple-arguments.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: opt -passes=called-value-propagation -S < %s | FileCheck %s
22

3-
target triple = "aarch64-unknown-linux-gnueabi"
3+
target triple = "aarch64"
44

55

66
; This test checks that we propagate the functions through arguments and attach

llvm/test/Transforms/CalledValuePropagation/simple-memory.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: opt -passes=called-value-propagation -S < %s | FileCheck %s
22

3-
target triple = "aarch64-unknown-linux-gnueabi"
3+
target triple = "aarch64"
44

55
@global_function = internal unnamed_addr global ptr null, align 8
66
@global_array = common unnamed_addr global ptr null, align 8

llvm/test/Transforms/CalledValuePropagation/simple-select.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: opt -passes=called-value-propagation -S < %s | FileCheck %s
22

3-
target triple = "aarch64-unknown-linux-gnueabi"
3+
target triple = "aarch64"
44

55
@global_function = internal unnamed_addr global ptr null, align 8
66
@global_scalar = internal unnamed_addr global i64 zeroinitializer

llvm/test/Transforms/ConstantHoisting/AArch64/const-hoist-gep.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_test_checks.py UTC_ARGS: --version 2
22
; RUN: opt -passes=consthoist -consthoist-gep -S -o - %s | FileCheck %s
33

4-
target triple = "aarch64-none--musleabi"
4+
target triple = "aarch64"
55

66
%0 = type { %1, %2, [9 x i16], %6, %7 }
77
%1 = type { i32, i32, i32, i32, i32, i32, i16, i16, i8, i8, i16, i32, i32, i16, i8, i8 }

0 commit comments

Comments
 (0)