[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:25:32 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2e37557fdeed: StackProtector: ensure stack checks are inserted before the tail call (authored by taolq).

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


More information about the llvm-commits mailing list