[llvm] [AArch64] Add streaming-mode stack hazards. (PR #98956)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 16:45:50 PDT 2024
================
@@ -4595,16 +4768,28 @@ void AArch64FrameLowering::orderFrameObjects(
GB.AddMember(TaggedFI);
else
GB.EndCurrentGroup();
+
+ if (AFI.hasStackHazardSlotIndex()) {
----------------
efriedma-quic wrote:
Please rearrange this code so it isn't mixed with the stack tagging code.
https://github.com/llvm/llvm-project/pull/98956
More information about the llvm-commits
mailing list