[llvm] [AArch64] Allocate two emergency spill slots for MTE to fix register … (PR #186505)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 13 13:59:13 PDT 2026
================
@@ -2492,6 +2492,10 @@ void AArch64FrameLowering::determineStackHazardSlot(
}
}
+namespace {
----------------
fmayer wrote:
Why do we need this? Why don't we just put
```cc
static bool isMergeableSTG(MachineInstr &MI) {
[...]
}
```
here
https://github.com/llvm/llvm-project/pull/186505
More information about the llvm-commits
mailing list