Skip to content

Commit 17e9732

Browse files
committed
Fix test failure found by "Have REQUIRES support the target triple"
1 parent 41bcfe8 commit 17e9732

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/test/Transforms/InstCombine/AArch64/2012-04-23-Neon-Intrinsics.ll

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
; RUN: opt -S -instcombine < %s | FileCheck %s
1+
; RUN: opt --mtriple=aarch64-unknown-linux -S -instcombine < %s | FileCheck %s
22
; ARM64 neon intrinsic variants - <rdar://problem/12349617>
3-
; REQUIRES: aarch64
43

54
define <4 x i32> @mulByZeroARM64(<4 x i16> %x) nounwind readnone ssp {
65
entry:
@@ -67,5 +66,5 @@ declare <4 x i32> @llvm.aarch64.neon.smull.v4i32(<4 x i16>, <4 x i16>) nounwind
6766
declare <4 x i32> @llvm.aarch64.neon.umull.v4i32(<4 x i16>, <4 x i16>) nounwind readnone
6867

6968
; CHECK: attributes #0 = { nounwind readnone ssp }
70-
; CHECK: attributes #1 = { nounwind readnone }
69+
; CHECK: attributes #1 = { nofree nosync nounwind readnone willreturn }
7170
; CHECK: attributes [[NUW]] = { nounwind }

0 commit comments

Comments
 (0)