[PATCH] D43968: [X86] Handle EAX being live when calling chkstk for x86_64
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 5 15:29:26 PST 2018
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D43968#1024973, @mstorsjo wrote:
> Well, this case isn't too relevant for SEH at all, since shrink wrapping is disabled altogether when SEH is enabled - in lib/CodeGen/ShrinkWrap.cpp, ShrinkWrap::isShrinkWrapEnabled:
Fair enough.
https://reviews.llvm.org/D43968
More information about the llvm-commits
mailing list