[PATCH] D96006: [AArch64] Stack probing for dynamic allocas in GlobalISel

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 02:49:02 PST 2021


ostannard updated this revision to Diff 322060.
ostannard marked an inline comment as done.
ostannard added a comment.

- Assert if types aren't what we expect, instead of emitting an un-probed SP move.
- Share code with LegalizerHelper
- Add MIR tests for the legalizer


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

https://reviews.llvm.org/D96006

Files:
  llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-dyn-alloca.mir
  llvm/test/CodeGen/AArch64/stack-probing-dynamic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96006.322060.patch
Type: text/x-patch
Size: 13027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210208/6e889310/attachment.bin>


More information about the llvm-commits mailing list