[PATCH] D46595: [InstCombine] Apply SimplifyUsingDistributiveLaws to associative/commutative cases.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 12:01:53 PDT 2018


yamauchi added a comment.

This is a simpler, but limited version of https://reviews.llvm.org/D46336. Note the test @bit-check-combine-256() doesn't get folded as simple as in https://reviews.llvm.org/D46336.


Repository:
  rL LLVM

https://reviews.llvm.org/D46595





More information about the llvm-commits mailing list