[PATCH] D41574: [Transforms] Adding a WeakReassociate pass

Omer Paparo Bivas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 31 07:14:22 PDT 2018


opaparo updated this revision to Diff 163527.
opaparo added a comment.

Rebased and added lit tests


Repository:
  rL LLVM

https://reviews.llvm.org/D41574

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar.h
  include/llvm/Transforms/Scalar/WeakReassociate.h
  lib/Passes/PassBuilder.cpp
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Scalar/CMakeLists.txt
  lib/Transforms/Scalar/Scalar.cpp
  lib/Transforms/Scalar/WeakReassociate.cpp
  test/Other/new-pm-defaults.ll
  test/Other/new-pm-thinlto-defaults.ll
  test/Other/opt-O2-pipeline.ll
  test/Other/opt-O3-pipeline.ll
  test/Other/opt-Os-pipeline.ll
  test/Transforms/WeakReassociate/add_bitwise.ll
  test/Transforms/WeakReassociate/or_or_shift.ll
  test/Transforms/WeakReassociate/or_or_xor_and.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41574.163527.patch
Type: text/x-patch
Size: 28693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180831/82e42133/attachment.bin>


More information about the llvm-commits mailing list