================
@@ -2369,6 +2372,9 @@ static unsigned estimateRSStackSizeLimit(MachineFunction &MF,
if (!MI.getOperand(i).isFI())
continue;
+ if (MI.getOpcode() == TargetOpcode::LOCAL_ESCAPE)
----------------
trungnt2910 wrote:
Done.
https://github.com/llvm/llvm-project/pull/184953