[Mlir-commits] [mlir] [mlir][emitc] Add EmitC lowering for arith.trunci, arith.extsi, arith.extui (PR #91491)
Simon Camphausen
llvmlistbot at llvm.org
Wed May 22 04:22:33 PDT 2024
================
@@ -63,3 +63,22 @@ func.func @arith_cast_fptoui_i1(%arg0: f32) -> i1 {
return %t: i1
}
+// -----
+
+func.func @arith_index_cast(%arg0: i32) -> i32 {
----------------
simon-camp wrote:
These two tests seem unrelated.
https://github.com/llvm/llvm-project/pull/91491
More information about the Mlir-commits
mailing list