Skip to content

Commit 0d62e52

Browse files
committed
[AArch64] Force sink-fold=1 in ptrauth-load test while it's being iterated on. NFC.
The flag has been going back and forth for a few weeks, but this test relies on some existing behavior that's not gated by the new flag. Forcibly enable it; we'll eventually be able to get rid of the flag. rdar://117833011
1 parent 1748cef commit 0d62e52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/test/CodeGen/AArch64/arm64e-ptrauth-load.ll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: llc < %s -mtriple arm64e-apple-darwin -verify-machineinstrs | FileCheck %s
2+
; RUN: llc < %s -mtriple arm64e-apple-darwin -aarch64-enable-sink-fold=1 -verify-machineinstrs | FileCheck %s
3+
4+
; FIXME: remove explicit sink-fold enable once it's stable.
5+
; rdar://117833011
36

47
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
58

0 commit comments

Comments
 (0)