[PATCH] D149132: [LICM] Reassociate & hoist add expressions

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 21:40:38 PDT 2023


mkazantsev added a comment.

Ok, I see why it happened. The ValueTracking's version is simply not powerful enough. I'll see if it can be fixed easily, but my preference would be to roll back to SCEV solution which works.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149132/new/

https://reviews.llvm.org/D149132



More information about the llvm-commits mailing list