[Mlir-commits] [mlir] [mlir][arith] Add nneg to extui and uitofp. (PR #183165)

Renato Golin llvmlistbot at llvm.org
Wed Feb 25 08:16:25 PST 2026


rengolin wrote:

> Fast math flags are representing the fast math flags on float operations, as opposed these sorts of annotations?

Traditionally, yes. But this just looks like the exact same semantics on integers. I don't personally find odd to cross this boundary.

Are you worried that there will be more integer flags that aren't covered in fast math and then we get to a point whether to add it to `fastmath` (even though it's integer only) or to split the integer part in two ways?

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


More information about the Mlir-commits mailing list