[llvm] [AArch64] Stack probing for function prologues (PR #66524)
Momchil Velikov via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 6 01:01:48 PDT 2023
momchil-velikov wrote:
> I'm still waiting for some reply to https://reviews.llvm.org/D158084#4593014 before I continue reviewing.
I've now refactored to share between Windows and non-Windows the part that determines the probe size and whether the stack probing is enabled.
https://github.com/llvm/llvm-project/pull/66524
More information about the llvm-commits
mailing list