Files
llvm-project/llvm/lib/Transforms/Utils/LoopUnroll.cpp
Joel E. Denny 565591d8a4 [LoopUnroll] Do not copy !llvm.loop from latch to non-latch (#165635)
When LoopUnroll copies the original loop's latch to the corresponding
non-latch branch in an unrolled iteration, any `!llvm.loop` is copied
along with it, but `!llvm.loop` is useless and misleading there. This
patch discards it.

e06831a3b2 did the same for LoopPeel.
2026-01-14 10:40:31 -05:00

51 KiB