[llvm] [LoopPeel] Peel last iteration to enable load widening (PR #173420)

Guy David via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 24 11:47:40 PST 2025


guy-david wrote:

Unrolling doesn't quite fit. Unlike vectorization, the loads of the next iterations are not grouped together, because the loop's body is repeated so it's nontrivial to widen any of them.

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


More information about the llvm-commits mailing list