[llvm] [LoopPeel] Remove known trip count restriction when peeling last. (PR #140792)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed May 21 14:58:38 PDT 2025


================
@@ -912,10 +909,19 @@ static void cloneLoopBlocks(
   if (PeelLast) {
     // For the last iteration, we use the value from the latch of the original
     // loop directly.
----------------
fhahn wrote:

Updated, thanks!

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


More information about the llvm-commits mailing list