[llvm] [LoopPeel] Support min/max intrinsics in loop peeling (PR #93162)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 02:59:40 PDT 2024


https://github.com/nikic commented:

The idea here looks reasonable, but I wonder if we can reuse the existing code more? Extract the part that works on a decomposed icmp into a separate function and then call it with the icmp for the select expansion of the min/max?

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


More information about the llvm-commits mailing list