[Mlir-commits] [mlir] [mlir][arith] Add nneg to extui and uitofp. (PR #183165)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Feb 25 09:52:29 PST 2026
kuhar wrote:
LLVM IR may be dealing with additional constraints that we don't have in MLIR. For example, I remember fast math flags taking up exactly 7 bits in the instruction encoding.
If we were starting from zero, would we want to put these flags together? Perhaps it would help to see how often each flag like `nneg`/`nsw`/`exact`/`disjoint` appears over the same instruction, or if these are always mutually exclusive
https://github.com/llvm/llvm-project/pull/183165
More information about the Mlir-commits
mailing list