[llvm] [SCEV][LV] Add Stride equal to one Predicate to enable strided access versioning (PR #77287)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 13:32:12 PST 2024


fhahn wrote:

Thanks for the patch! This is an interesting issue. One thing I am not sure yet if this has potential to clash with the other stride versioning logic in LAA.

For that particular case at hand, I think we may not need to version, as it looks like the wrap flags get dropped during `IndVars` before `LV`, but we may be able to retain the flags. This is something I am currently looking into.

https://github.com/llvm/llvm-project/pull/77287


More information about the llvm-commits mailing list