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

Gil Rapaport llvmlistbot at llvm.org
Tue Sep 30 07:12:21 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) {
----------------
aniragil wrote:

Please use symbolic names for the `v<xxx>` variables, e.g. `[[V7:[^ ]*]]` (see other files in folder for examples).

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


More information about the Mlir-commits mailing list