[llvm] [AArch64][DebugInfo]Add Target hooks for InstrRef on AArch64 (PR #165953)

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 12:43:28 PST 2025


================
@@ -205,6 +205,15 @@ class AArch64InstrInfo final : public AArch64GenInstrInfo {
   Register isStoreToStackSlot(const MachineInstr &MI,
                               int &FrameIndex) const override;
 
+  /// isStoreToStackSlotPostFE - Check for post-frame ptr elimination
----------------
adrian-prantl wrote:

/// Check for post-frame ptr elimination

Older comments repeat the function name, but that hasn't been necessary for many years.

https://github.com/llvm/llvm-project/pull/165953


More information about the llvm-commits mailing list