[PATCH] D133860: StackProtector: enable tail call optimization even without musttail

Liqiang Tao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 06:58:31 PDT 2022


taolq updated this revision to Diff 460739.
taolq added a comment.

- update the comment
- add missing newline


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133860

Files:
  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/stack-protector-musttail.ll
  llvm/test/CodeGen/X86/tailcc-ssp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133860.460739.patch
Type: text/x-patch
Size: 9273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220916/741ad402/attachment.bin>


More information about the llvm-commits mailing list