[Mlir-commits] [mlir] [mlir][emitc] Add 'emitc.while' and 'emitc.do' ops to the dialect (PR #143008)

Vlad Lazar llvmlistbot at llvm.org
Wed Oct 1 04:58:17 PDT 2025


================
@@ -0,0 +1,164 @@
+// RUN: mlir-translate -mlir-to-cpp %s | FileCheck --match-full-lines %s -check-prefix=CPP-DEFAULT
+
+
+// CPP-DEFAULT-LABEL: void emitc_do(int32_t* v1) {
----------------
Vladislave0-0 wrote:

I've redone it. 

By the way, there are several files that are written without symbolic variable names. Would it make sense to fix them?

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


More information about the Mlir-commits mailing list