[Mlir-commits] [mlir] [mlir][emitc] Add EmitC lowering for arith.trunci, arith.extsi, arith.extui (PR #91491)
Corentin Ferry
llvmlistbot at llvm.org
Wed May 22 05:58:04 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 {
----------------
cferry-AMD wrote:
Not in this PR, indeed, you're right. That's a tip of what the next one is :)
https://github.com/llvm/llvm-project/pull/91491
More information about the Mlir-commits
mailing list