[Mlir-commits] [mlir] [mlir][emitc][cf] add 'cf.switch' support in CppEmitter (PR #101478)
Simon Camphausen
llvmlistbot at llvm.org
Thu Aug 1 05:29:16 PDT 2024
================
@@ -774,6 +774,41 @@ static LogicalResult printOperation(CppEmitter &emitter,
return printBinaryOperation(emitter, operation, "||");
}
+static LogicalResult printOperation(CppEmitter &emitter,
----------------
simon-camp wrote:
Move this function up, directly below the `cf.cond_br` function.
https://github.com/llvm/llvm-project/pull/101478
More information about the Mlir-commits
mailing list