[llvm] [LoopRotate] Set loop back edge weight to not less than exit weight (PR #86496)

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 23:21:14 PDT 2024


MatzeB wrote:

Oh I see, this is for the case where the condition can be constant folded. I guess this makes sense in that case and you want to avoid an underflow? (may be good to mention in a comment/commit message).

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


More information about the llvm-commits mailing list