[PATCH] D96005: [AArch64] Stack probing for dynamic allocas in SelectionDAG

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 09:11:45 PST 2021


ostannard planned changes to this revision.
ostannard added a comment.

While writing the comment in D98258 <https://reviews.llvm.org/D98258>, I noticed that we also move the stack pointer down for calls when a reserved call frame can't be used, which isn't probed by this patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96005/new/

https://reviews.llvm.org/D96005



More information about the llvm-commits mailing list