[clang] [llvm] [AArch64] Stack probing for dynamic allocas in SelectionDAG (PR #66525)

Momchil Velikov via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 23 06:26:25 PST 2023


================
@@ -9461,6 +9462,94 @@ bool AArch64InstrInfo::isReallyTriviallyReMaterializable(
   return TargetInstrInfo::isReallyTriviallyReMaterializable(MI);
 }
 
+MachineBasicBlock::iterator
+AArch64InstrInfo::probedStackAlloc(MachineBasicBlock::iterator MBBI,
----------------
momchil-velikov wrote:

I've left a comment at the declaration in `AArch64InstrInfo.h`

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


More information about the cfe-commits mailing list