[PATCH] D12979: Avoid inlining in exception handling context

Jun Bum Lim via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 11:18:38 PDT 2015


junbuml updated this revision to Diff 35657.
junbuml marked 5 inline comments as done.
junbuml added a comment.

Addressed Hal's comments

- Add FIXME mentioning that Attribute::NoInline should be removed when the inline cold-threshold is tuned.
- Add both Attribute::NoInline and Attribute::Cold in CallSites for now.


http://reviews.llvm.org/D12979

Files:
  include/llvm/Analysis/TargetLibraryInfo.def
  include/llvm/IR/CallSite.h
  include/llvm/IR/Instructions.h
  lib/Transforms/IPO/PruneEH.cpp
  test/Transforms/PruneEH/noinlineattr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12979.35657.patch
Type: text/x-patch
Size: 10785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150924/ab69d81a/attachment.bin>


More information about the llvm-commits mailing list