[PATCH] D35451: [InstCombine] Improve the expansion in SimplifyUsingDistributiveLaws to handle cases where one side doesn't simplify, but the other side resolves to an identity value
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 15 06:48:16 PDT 2017
spatel added a comment.
F3687055: betterdistribute.ll <https://reviews.llvm.org/F3687055>
Thanks. I hadn't gotten to the first pattern that you're fixing/deleting, but these tests should cover the 2nd and 3rd.
https://reviews.llvm.org/D35451
More information about the llvm-commits
mailing list