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

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 14:42:52 PST 2020


nickdesaulniers updated this revision to Diff 308483.
nickdesaulniers marked 5 inline comments as done.
nickdesaulniers added a comment.

- rebase on https://reviews.llvm.org/D92350, use split-file, simplify assert condition, rewrite unclear comment.


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.308483.patch
Type: text/x-patch
Size: 18560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201130/06d19e8b/attachment.bin>


More information about the llvm-commits mailing list