[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 07:02:37 PDT 2022


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

- fix format


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.460740.patch
Type: text/x-patch
Size: 8710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220916/3a97b861/attachment.bin>


More information about the llvm-commits mailing list