[llvm-branch-commits] [llvm] [AArch64][SME] Support Windows/stack probes in MachineSMEABIPass (PR #149063)
Benjamin Maxwell via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 16 09:20:05 PDT 2025
MacDue wrote:
> On a side-note, doing inline stack probes on Windows, instead of using __chkstk, is allowed; __chkstk is just faster for large allocations because it caches the size of the stack. Not sure if that changes what you want to do here.
What is allowed? I think part of your message got cut off :sweat_smile:
https://github.com/llvm/llvm-project/pull/149063
More information about the llvm-branch-commits
mailing list