[llvm] [LV] Disable forcing interleaving for uncountable early exit loops (PR #147993)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 10 09:32:53 PDT 2025


bgra8 wrote:

> A previous change enables uncountable exit loops by default.
> 
> Does this mean that after this change, to force interleaving one would also need to disable uncountable early exit loops?
> 
> If that is the case could we only enable uncountable early exit loops iff not force interleaving?

Ive just seen your reply on the other change (https://github.com/llvm/llvm-project/pull/133099#issuecomment-3058129161).

SGTM

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


More information about the llvm-commits mailing list