================
@@ -2369,6 +2372,9 @@ static unsigned estimateRSStackSizeLimit(MachineFunction 
&MF,
         if (!MI.getOperand(i).isFI())
           continue;
 
+        if (MI.getOpcode() == TargetOpcode::LOCAL_ESCAPE)
----------------
efriedma-quic wrote:

Move out of the inner loop?

https://github.com/llvm/llvm-project/pull/184953
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to