[Mlir-commits] [mlir] [WIP][mlir][EmitC] Model lvalues as a type in EmitC (PR #91475)

Matthias Gehre llvmlistbot at llvm.org
Thu May 9 22:39:27 PDT 2024


================
@@ -0,0 +1,22 @@
+// RUN: mlir-translate -mlir-to-cpp %s | FileCheck %s
+
+// CHECK: int32_t lvalue_variables(
+emitc.func @lvalue_variables(%v1: i32, %v2: i32) -> i32 {
----------------
mgehre-amd wrote:

I don't quite get this test - I would expect more check lines?

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


More information about the Mlir-commits mailing list