[PATCH] D45842: [Reassociate] swap binop operands to increase factoring potential

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 09:19:56 PDT 2018


spatel added a comment.

Ping * 2.

Note that https://reviews.llvm.org/D46336 is proposing to solve the reassociation problems shown here within instcombine (but in a bigger way than my draft patch would have done it).


https://reviews.llvm.org/D45842





More information about the llvm-commits mailing list