Skip to content

Commit 577bf6d

Browse files
authored
Merge pull request #3186 from apple/eng/PR-82103194
Add test update for a11d9a1 which disables fallbacks.
2 parents e1da6a4 + f3fa7ce commit 577bf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AArch64/arm64-ldxr-stxr.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc < %s -mtriple=arm64-linux-gnu | FileCheck %s
2-
; RUN: llc < %s -global-isel -global-isel-abort=2 -pass-remarks-missed=gisel* -mtriple=arm64-linux-gnu 2>&1 | FileCheck %s --check-prefixes=GISEL,FALLBACK
2+
; RUN: llc < %s -global-isel -global-isel-abort=1 -pass-remarks-missed=gisel* -mtriple=arm64-linux-gnu 2>&1 | FileCheck %s --check-prefixes=GISEL,FALLBACK
33

44
%0 = type { i64, i64 }
55

0 commit comments

Comments
 (0)