[llvm] [LV] Transform to handle exits in the scalar loop (PR #148626)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 08:26:46 PST 2025
================
----------------
david-arm wrote:
Thanks! I think it's also worth adding similar RUN lines to:
Transforms/LoopVectorize/multi_early_exit.ll
Transforms/LoopVectorize/single_early_exit_with_outer_loop.ll (since I've had so many problems with this in the past!)
Transforms/LoopVectorize/single_early_exit_live_outs.ll (even though we don't vectorise at the moment, at least it's defending that deal with live-outs sensibly).
https://github.com/llvm/llvm-project/pull/148626
More information about the llvm-commits
mailing list