[llvm] [LoopVectorize] Teach LoopVectorizationLegality about more early exits (PR #107004)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 05:21:20 PDT 2024


david-arm wrote:

Hi @fhahn, I'll take a look at addressing your comments in a follow-up patch. I had used the term speculative for things like `HasSpeculativeEarlyExit` to try and indicate that even the loop has to have more than just an uncountable early exit, because the exit count from the latch needs to be countable too in order for this flag to be true. But perhaps that's unnecessary and a bit pedantic and I think I'm happy to rename for consistency.

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


More information about the llvm-commits mailing list