[Mlir-commits] [mlir] [mlir][math] Fix the description of the semantics of math.clampf (PR #175012)
Fabian Mora
llvmlistbot at llvm.org
Thu Jan 15 10:37:55 PST 2026
fabianmcg wrote:
> I wonder if we should also say that if min > max the result is poison?
I think we should, I would even argue that we should canonicalize to `ub.poison` if it's statically known, but that's introducing a dependent dialect.
https://github.com/llvm/llvm-project/pull/175012
More information about the Mlir-commits
mailing list