[PATCH] D46336: [InstCombine] Apply binary operator simplifications to associative/commutative cases.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 15:36:10 PDT 2018


yamauchi updated this revision to Diff 144944.
yamauchi added a comment.

Rebased.


Repository:
  rL LLVM

https://reviews.llvm.org/D46336

Files:
  lib/Transforms/InstCombine/InstCombineAddSub.cpp
  lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  lib/Transforms/InstCombine/InstCombineInternal.h
  lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  lib/Transforms/InstCombine/InstructionCombining.cpp
  test/Bitcode/value-with-long-name.ll
  test/Transforms/InstCombine/add.ll
  test/Transforms/InstCombine/and-xor-or.ll
  test/Transforms/InstCombine/bit-check-combine.ll
  test/Transforms/InstCombine/demand_shrink_nsw.ll
  test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-scalar.ll
  test/Transforms/InstCombine/invert-variable-mask-in-masked-merge-vector.ll
  test/Transforms/InstCombine/or.ll
  test/Transforms/InstCombine/unfold-masked-merge-with-const-mask-scalar.ll
  test/Transforms/InstCombine/unfold-masked-merge-with-const-mask-vector.ll
  test/Transforms/LoopVectorize/AArch64/reduction-small-size.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46336.144944.patch
Type: text/x-patch
Size: 94305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180502/d759566e/attachment.bin>


More information about the llvm-commits mailing list