[Mlir-commits] [mlir] [mlir][emitc] Add EmitC lowering for arith.trunci, arith.extsi, arith.extui (PR #91491)

Tina Jung llvmlistbot at llvm.org
Fri May 10 02:54:22 PDT 2024


================
@@ -177,3 +177,42 @@ func.func @arith_int_to_float_cast_ops(%arg0: i8, %arg1: i64) {
 
   return
 }
+
----------------
TinaAMD wrote:

If seems the other test names in the file start with `aith_`, can you align the new tests to that (also for the unsupported ones)?

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


More information about the Mlir-commits mailing list