[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:30:43 PDT 2025


https://github.com/bgra8 commented:

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 cause could we only enable uncountable early exit loops iff not force interleaving?

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


More information about the llvm-commits mailing list