[PATCH] D38313: [InstCombine] Introducing Aggressive Instruction Combine pass
Amjad Aboud via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 09:30:20 PDT 2017
aaboud updated this revision to Diff 121332.
aaboud added a comment.
Minor typo update.
This is the last version, where I answered all the previous comments.
Please, let me know if you have any final comment or if I can go ahead and commit the patch.
Thanks
https://reviews.llvm.org/D38313
Files:
docs/Passes.rst
include/llvm/InitializePasses.h
include/llvm/Transforms/Scalar.h
lib/LTO/LLVMBuild.txt
lib/Passes/LLVMBuild.txt
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/Transforms/AggressiveInstCombine/trunc_multi_uses.ll
test\Transforms\AggressiveInstCombine
tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38313.121332.patch
Type: text/x-patch
Size: 41317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171102/ad2c3f66/attachment.bin>
More information about the llvm-commits
mailing list