[Mlir-commits] [mlir] [MLIR][MathToLLVM] Add direct lowering of math.clampf to LLVM (PR #188776)

Mehdi Amini llvmlistbot at llvm.org
Thu Mar 26 08:55:18 PDT 2026


joker-eph wrote:

clampf is expanded to arith.minimumf` + `arith.maximumf` by `math-expand-ops`, so I'm not sure if this patch is desirable or if we should close the bug as "not a bug"...

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


More information about the Mlir-commits mailing list