[Mlir-commits] [mlir] Add a structured if operation (PR #67234)

Simon Camphausen llvmlistbot at llvm.org
Tue Sep 26 13:30:58 PDT 2023


================
@@ -402,4 +403,102 @@ def EmitC_VariableOp : EmitC_Op<"variable", []> {
   let hasVerifier = 1;
 }
 
+def EmitC_AssignOp : EmitC_Op<"assign", [MemoryEffects<[MemWrite]>]> {
----------------
simon-camp wrote:

Ah yes, I didn't think this through. Sounds good to me to remove it for now and revisit later if needed.

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


More information about the Mlir-commits mailing list