[PATCH] D15668: [attrs] Split off the forced attributes utility into its own pass that can be potentially run much earlier than FuncitonAttrs proper.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 19 12:06:25 PST 2015


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

Finish adding support for the forceattrs pass to the new pass manager and test it.


http://reviews.llvm.org/D15668

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/IPO/ForceFunctionAttrs.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/IPO/CMakeLists.txt
  lib/Transforms/IPO/ForceFunctionAttrs.cpp
  lib/Transforms/IPO/FunctionAttrs.cpp
  lib/Transforms/IPO/IPO.cpp
  test/Transforms/ForcedFunctionAttrs/forced.ll
  test/Transforms/FunctionAttrs/forced.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15668.43308.patch
Type: text/x-patch
Size: 13357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151219/88efd144/attachment.bin>


More information about the llvm-commits mailing list