[Mlir-commits] [mlir] [MLIR][WasmSSA] Add f32/f64.nearest and trapped float to int trunc operations (PR #193873)

Max Graey llvmlistbot at llvm.org
Wed Apr 29 00:10:59 PDT 2026


MaxGraey wrote:

@lforg37 Thanks for review! Really appreciate.

Btw I skipped saturating (non-trapping) float to int conversion instructions due to lack of support two-byte encoding op codes in WasmSSA. First, we need to resolve this missing part which will be useful for SIMD128 as well. But this completely out of scope for now.

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


More information about the Mlir-commits mailing list