[PATCH] D98701: StackProtector: insert check before `musttail` call.

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 17 05:22:29 PDT 2021


t.p.northover updated this revision to Diff 331239.
t.p.northover added a comment.
Herald added a subscriber: pengfei.

Fixed the issue in SelectionDAG too. Not quite identical there, but still fundamentally hinged on exactly where the check should be placed.


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

https://reviews.llvm.org/D98701

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/lib/CodeGen/StackProtector.cpp
  llvm/test/CodeGen/AArch64/stack-protector-musttail.ll
  llvm/test/CodeGen/ARM/Windows/stack-protector-musttail.ll
  llvm/test/CodeGen/X86/tailcc-ssp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98701.331239.patch
Type: text/x-patch
Size: 9216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210317/31811360/attachment.bin>


More information about the llvm-commits mailing list