[Mlir-commits] [mlir] [MLIR][LLVM] Add `llvm.experimental.constrained.fptrunc` operation (PR #86260)

Victor Perez llvmlistbot at llvm.org
Tue Mar 26 01:17:30 PDT 2024


victor-eds wrote:

> Its a shame these intrinsics seem to exists with all kinds of argument number and rounding mode configurations. Otherwise, it may have been nice to factor out base classes unary / binary etc to make things a bit less complex...

I guess we could have some kind of argument for the base intrinsic class in a similar way to immediate values, but that'd require further modifications.

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


More information about the Mlir-commits mailing list