[PATCH] D133860: ensure protection does not disable tail call opt

Liqiang Tao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 07:18:18 PDT 2022


taolq created this revision.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: All.
taolq requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133860

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133860.460078.patch
Type: text/x-patch
Size: 7606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220914/19dda54f/attachment.bin>


More information about the llvm-commits mailing list