[Mlir-commits] [mlir] [MLIR] EmitC: Add subscript operator (PR #84783)

Simon Camphausen llvmlistbot at llvm.org
Thu Mar 14 02:34:59 PDT 2024


================
@@ -387,3 +387,11 @@ func.func @logical_or_resulterror(%arg0: i32, %arg1: i32) {
   %0 = "emitc.logical_or"(%arg0, %arg1) : (i32, i32) -> i32
   return
 }
+
----------------
simon-camp wrote:

Can you update the error message in `test_assign_to_non_variable` above and add a similar ` test_assign_to_array`.

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


More information about the Mlir-commits mailing list