[PATCH] D38313: [InstCombine] Introducing Aggressive Instruction Combine pass

Amjad Aboud via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 07:12:07 PDT 2017


aaboud updated this revision to Diff 120816.
aaboud marked 2 inline comments as done.
aaboud retitled this revision from "[InstCombine]  Introducing Pattern Instruction Combine plug-in into InstCombine pass" to "[InstCombine] Introducing Aggressive Instruction Combine pass".
aaboud edited the summary of this revision.
aaboud added a comment.
Herald added a subscriber: mehdi_amini.

Separated the implementation from InstCombine pass and introduced a new pass called AggressiveInstCombine, which is called only twice (compared InstCombine, which is called ~6 times), one time as part of function simplification passes and second time as part of LTO optimization passes.


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.120816.patch
Type: text/x-patch
Size: 39487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171030/591f2362/attachment.bin>


More information about the llvm-commits mailing list