Files
clang-p2996/mlir/lib/Dialect/Arith/Transforms/ExpandOps.cpp
Matthias Gehre 30badf96bb [MLIR][Arith] expand-ops: Support mini/maxi (#90575)
Expand `arith.minsi`, `arith.minui`, `arith.maxsi`, `arith.maxui` into
`arith.cmpi` and `arith.select`.

---------

Co-authored-by: Jakub Kuderski <kubakuderski@gmail.com>
2024-04-30 19:02:32 +02:00

17 KiB