[PATCH] D92803: [SystemZFrameLowering] Make sure R1 holding the backchain is not corrupted by probing

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 17:20:10 PST 2020


jonpa updated this revision to Diff 311072.
jonpa added a comment.

Sorry - had to revert patch since the live-in lists had not been handled properly.

I think the right thing to do is to compute them after all else - the saving of the backchain and removal of the pseudo.


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

https://reviews.llvm.org/D92803

Files:
  llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
  llvm/test/CodeGen/SystemZ/stack-clash-dynamic-alloca.ll
  llvm/test/CodeGen/SystemZ/stack-clash-protection.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92803.311072.patch
Type: text/x-patch
Size: 10742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201211/408458f4/attachment.bin>


More information about the llvm-commits mailing list