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

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 23:34:53 PST 2017


zvi updated this revision to Diff 124519.
zvi added a comment.

Add missing AggressiveInstCombine.h and fix missing 'opt' dependency. Thanks, @lsaba, for noticing.


https://reviews.llvm.org/D38313

Files:
  docs/Passes.rst
  include/llvm/InitializePasses.h
  include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
  include/llvm/Transforms/Scalar.h
  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
  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
  tools/opt/CMakeLists.txt
  tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38313.124519.patch
Type: text/x-patch
Size: 41134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171128/e037533d/attachment.bin>


More information about the llvm-commits mailing list