[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
Sun Dec 20 02:49:14 PST 2015
chandlerc updated this revision to Diff 43321.
chandlerc added a comment.
Run clang-format, fix up comments.
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.43321.patch
Type: text/x-patch
Size: 13394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151220/5a6be211/attachment.bin>
More information about the llvm-commits
mailing list