[PATCH] D39346: [LV] [ScalarEvolution] Fix PR34965 - Cache pointer stride information before LV code gen

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 11:28:51 PST 2017


dcaballe added a comment.

I had a look at the CM_Widen approach that Ayal and Gil suggested and the fix was indeed very simple and cleaner than the one in this differential.
I created https://reviews.llvm.org/D40742 with the new fix so that you can compare and contrast with this one. IMO, https://reviews.llvm.org/D40742 seems a better option for this bug.

Ayal/Gil, thanks a lot for the feedback!

Diego.


https://reviews.llvm.org/D39346





More information about the llvm-commits mailing list