[PATCH] D40718: [LSR] Complexity tradeoff in GenerateReassociationsImpl

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 26 22:04:52 PST 2017


mkazantsev added a comment.

The other way is limiting SCEV transformation not by depth only, but also by the size of operands list, if it makes sense.


https://reviews.llvm.org/D40718





More information about the llvm-commits mailing list