[Mlir-commits] [mlir] [MLIR][Arith] expand-ops: Support mini/maxi (PR #90575)

Jakub Kuderski llvmlistbot at llvm.org
Tue Apr 30 08:05:49 PDT 2024


https://github.com/kuhar commented:

The implementation looks good, but can you explain why we need to expand them in the first place? I'm not familiar with the LLVM lowering, but it seems like LLVM has matching intrinsics: https://llvm.org/docs/LangRef.html#llvm-smin-intrinsic

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


More information about the Mlir-commits mailing list