[PATCH] D15676: [attrs] Extract the pure inference of function attributes into a standalone pass.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 20 03:13:16 PST 2015


chandlerc updated this revision to Diff 43324.
chandlerc added a comment.

Finish wiring up the new pass manager for inferring function attrs, and test it.


http://reviews.llvm.org/D15676

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/IPO/InferFunctionAttrs.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/IPO/CMakeLists.txt
  lib/Transforms/IPO/FunctionAttrs.cpp
  lib/Transforms/IPO/IPO.cpp
  lib/Transforms/IPO/InferFunctionAttrs.cpp
  lib/Transforms/IPO/PassManagerBuilder.cpp
  test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll
  test/Transforms/FunctionAttrs/annotate-1.ll
  test/Transforms/InferFunctionAttrs/annotate.ll
  test/Transforms/InstCombine/strto-1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15676.43324.patch
Type: text/x-patch
Size: 71279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151220/677d0c31/attachment-0001.bin>


More information about the llvm-commits mailing list