[PATCH] D38313: [InstCombine] Introducing Aggressive Instruction Combine pass
Amjad Aboud via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 06:13:05 PST 2018
aaboud updated this revision to Diff 131053.
aaboud added a comment.
Herald added a subscriber: hintonda.
Moved the aggressive-inst-combine pass to run with -O3.
I prefer to make this change now, in order to get approval to commit the pass, and in the future, once the pass is complete, to argue enabling it with -O2, in a separate discussion.
Please, let me know if you have any more concerns regarding this patch.
Thanks.
https://reviews.llvm.org/D38313
Files:
docs/Passes.rst
include/llvm/InitializePasses.h
include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
include/llvm/Transforms/Scalar.h
include\llvm\Transforms\AggressiveInstCombine
lib/LTO/LLVMBuild.txt
lib/Passes/LLVMBuild.txt
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h
lib/Transforms/AggressiveInstCombine/CMakeLists.txt
lib/Transforms/AggressiveInstCombine/LLVMBuild.txt
lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
lib/Transforms/CMakeLists.txt
lib/Transforms/IPO/LLVMBuild.txt
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/LLVMBuild.txt
lib/Transforms/Scalar/LLVMBuild.txt
lib\Transforms\AggressiveInstCombine
test/Other/new-pm-defaults.ll
test/Other/new-pm-lto-defaults.ll
test/Other/new-pm-thinlto-defaults.ll
test/Transforms/AggressiveInstCombine/trunc_multi_uses.ll
test\Transforms\AggressiveInstCombine
tools/opt/CMakeLists.txt
tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38313.131053.patch
Type: text/x-patch
Size: 48925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180123/bafa6004/attachment.bin>
More information about the llvm-commits
mailing list