Skip to content

Commit a3072be

Browse files
Mark the probed-alloca SDNode as writing to memory
1 parent 0dbc50c commit a3072be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64InstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ def AArch64tbl : SDNode<"AArch64ISD::TBL", SDT_AArch64TBL>;
869869
def AArch64probedalloca
870870
: SDNode<"AArch64ISD::PROBED_ALLOCA",
871871
SDTypeProfile<0, 1, [SDTCisPtrTy<0>]>,
872-
[SDNPHasChain]>;
872+
[SDNPHasChain, SDNPMayStore]>;
873873

874874
def AArch64mrs : SDNode<"AArch64ISD::MRS",
875875
SDTypeProfile<1, 1, [SDTCisVT<0, i64>, SDTCisVT<1, i32>]>,

0 commit comments

Comments
 (0)