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

Sergey Kachkov via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 08:57:54 PDT 2024


skachkov-sc wrote:

> The arm_mult_q15.ll test is failing. Maybe need to guard against vector min/max?

Yep, didn't have ARM backend enabled in local build... Added check to process only IntegerType min/max

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


More information about the llvm-commits mailing list