[PATCH] D147557: [SCEV] Improve AddRecs' range computation

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 02:33:37 PDT 2023


mkazantsev accepted this revision.
mkazantsev added a comment.

Ah ok, since it's only in expensive sharpening, then it should be fine.

Nikita, what's overall impact of expensive guard widening together with this patch? It's sad for me that it is switched off by default. I'll maybe need to investigate why exactly it's so expensive and fix it.


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

https://reviews.llvm.org/D147557



More information about the llvm-commits mailing list