[PATCH] D32472: [InstCombine] Remove redundant code from SimplifyUsingDistributiveLaws

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 08:49:28 PDT 2017


craig.topper added a comment.

We have several functions in InstCombine called simplifyXXX that create new instructions. For example SimplifyBSWAP and SimplifyAssociativeOrCommutative


https://reviews.llvm.org/D32472





More information about the llvm-commits mailing list