[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 27 00:45:03 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL256466: [attrs] Extract the pure inference of function attributes into (authored by chandlerc).

Changed prior to commit:
  http://reviews.llvm.org/D15676?vs=43324&id=43651#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15676

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15676.43651.patch
Type: text/x-patch
Size: 72250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151227/d31d6d7b/attachment-0001.bin>


More information about the llvm-commits mailing list