[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 14:51:16 PDT 2018
yamauchi updated this revision to Diff 144936.
yamauchi added a comment.
Used utils/update_test_checks.py for bit-check-combine.ll.
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/or.ll
test/Transforms/LoopVectorize/AArch64/reduction-small-size.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46336.144936.patch
Type: text/x-patch
Size: 91159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180502/ca3db1a3/attachment-0001.bin>
More information about the llvm-commits
mailing list