[PATCH] D91816: [Inline] prevent inlining on stack protector mismatch

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 11:00:43 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGbc044a88ee3c: [Inline] prevent inlining on stack protector mismatch (authored by nickdesaulniers).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91816

Files:
  llvm/include/llvm/IR/Function.h
  llvm/lib/Analysis/InlineCost.cpp
  llvm/lib/CodeGen/StackProtector.cpp
  llvm/lib/IR/Attributes.cpp
  llvm/lib/IR/Function.cpp
  llvm/test/CodeGen/AArch64/stack-guard-remat-bitcast.ll
  llvm/test/CodeGen/X86/stack-protector-2.ll
  llvm/test/ThinLTO/X86/nossp.ll
  llvm/test/Transforms/CodeExtractor/PartialInlineAttributes.ll
  llvm/test/Transforms/Inline/devirtualize.ll
  llvm/test/Transforms/Inline/inline-byval-bonus.ll
  llvm/test/Transforms/Inline/inline_nossp.ll
  llvm/test/Transforms/Inline/inline_ssp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91816.309012.patch
Type: text/x-patch
Size: 18560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201202/b29270bd/attachment.bin>


More information about the llvm-commits mailing list