[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
Tue Nov 28 17:00:35 PST 2017


dcaballe added a comment.

Thanks, Renato/Gil/Ayal for your feedback.

I think that the `CM_Widen` approach is a good idea but it might go beyond this bug fix because it implies extending the current design. I'll have a look to see how invasive the changes would be. If it's too invasive, I would suggest that we proceed with the current tentative fix and address the `CM_Widen` design extension in a separate thread.

Thanks,
Diego


https://reviews.llvm.org/D39346





More information about the llvm-commits mailing list