Skip to content

Commit 416debf

Browse files
authored
[test] Move pr73894.ll to AArch64 directory and update the target triple (#84269)
pr73894.ll is failing on a number of non-AArch64 buildbots. I'm not certain that this is a proper fix, but I think it's best to move the test to the test/Transforms/LoopVectorize/AArch64/ directory and replace the triple with one commonly used in that directory. #73894
1 parent 4f1258f commit 416debf

File tree

1 file changed

+1
-1
lines changed
  • llvm/test/Transforms/LoopVectorize/AArch64

1 file changed

+1
-1
lines changed

llvm/test/Transforms/LoopVectorize/pr73894.ll renamed to llvm/test/Transforms/LoopVectorize/AArch64/pr73894.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 4
22
; RUN: opt -passes=loop-vectorize -mcpu=neoverse-v1 -force-vector-interleave=2 -force-vector-width=1 -S %s | FileCheck %s
33

4-
target triple = "arm64-linux"
4+
target triple = "aarch64-unknown-linux-gnu"
55

66
define i32 @pr70988() {
77
; CHECK-LABEL: define i32 @pr70988(

0 commit comments

Comments
 (0)