[PATCH] D38313: [InstCombine] Introducing Aggressive Instruction Combine pass
Amjad Aboud via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 24 04:44:16 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL323321: [InstCombine] Introducing Aggressive Instruction Combine pass (-aggressive… (authored by aaboud, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D38313?vs=131053&id=131224#toc
Repository:
rL LLVM
https://reviews.llvm.org/D38313
Files:
llvm/trunk/docs/Passes.rst
llvm/trunk/include/llvm/InitializePasses.h
llvm/trunk/include/llvm/Transforms/AggressiveInstCombine
llvm/trunk/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
llvm/trunk/include/llvm/Transforms/Scalar.h
llvm/trunk/lib/LTO/LLVMBuild.txt
llvm/trunk/lib/Passes/LLVMBuild.txt
llvm/trunk/lib/Passes/PassBuilder.cpp
llvm/trunk/lib/Passes/PassRegistry.def
llvm/trunk/lib/Transforms/AggressiveInstCombine
llvm/trunk/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
llvm/trunk/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h
llvm/trunk/lib/Transforms/AggressiveInstCombine/CMakeLists.txt
llvm/trunk/lib/Transforms/AggressiveInstCombine/LLVMBuild.txt
llvm/trunk/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
llvm/trunk/lib/Transforms/CMakeLists.txt
llvm/trunk/lib/Transforms/IPO/LLVMBuild.txt
llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp
llvm/trunk/lib/Transforms/LLVMBuild.txt
llvm/trunk/lib/Transforms/Scalar/LLVMBuild.txt
llvm/trunk/test/Other/new-pm-defaults.ll
llvm/trunk/test/Other/new-pm-lto-defaults.ll
llvm/trunk/test/Other/new-pm-thinlto-defaults.ll
llvm/trunk/test/Transforms/AggressiveInstCombine
llvm/trunk/test/Transforms/AggressiveInstCombine/trunc_multi_uses.ll
llvm/trunk/tools/opt/CMakeLists.txt
llvm/trunk/tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38313.131224.patch
Type: text/x-patch
Size: 48648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180124/91c9ee78/attachment.bin>
More information about the llvm-commits
mailing list