[PATCH] D65504: [AArch64] Do not allocate unnecessary emergency slot.
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 11:01:11 PDT 2019
thegameg accepted this revision.
thegameg added a comment.
This revision is now accepted and ready to land.
This LGTM, thanks!
================
Comment at: test/CodeGen/AArch64/extra-callee-save.mir:7
+ ; Function Attrs: nounwind
+ define void @big_stack() nounwind { entry: unreachable }
+
----------------
You should be able to get rid of the IR completely here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65504/new/
https://reviews.llvm.org/D65504
More information about the llvm-commits
mailing list