[llvm] [LV] Enable auto-vectorisation of loops with uncountable exits (PR #133099)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 12:57:57 PDT 2025


https://github.com/fhahn commented:

I think it would be good to fix https://github.com/llvm/llvm-project/pull/128061 before enabling, as without it we currently may compute incorrect bounds for early-exit loops, which in turn are used in `isDereferenceableAndAlignedInLoop`

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


More information about the llvm-commits mailing list