[llvm-commits] [PATCH] Ephemeral values for LLVM invariants

hfinkel at anl.gov hfinkel at anl.gov
Wed Dec 5 16:19:05 PST 2012


Instructions that contribute only to the computation of invariants are considered to be 'ephemeral'; the inliner needs to understand that these are free.

http://llvm-reviews.chandlerc.com/D180

Files:
  include/llvm/Analysis/EphemeralValues.h
  include/llvm/Analysis/InlineCost.h
  include/llvm/Analysis/Passes.h
  include/llvm/InitializePasses.h
  lib/Analysis/Analysis.cpp
  lib/Analysis/CMakeLists.txt
  lib/Analysis/EphemeralValues.cpp
  lib/Analysis/InlineCost.cpp
  lib/Transforms/IPO/InlineSimple.cpp
  test/Analysis/EphemeralValues/lit.local.cfg
  test/Analysis/EphemeralValues/simple.ll
  test/Transforms/Inline/ephemeral.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D180.1.patch
Type: text/x-patch
Size: 18352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121205/310412bf/attachment.bin>


More information about the llvm-commits mailing list