[Mlir-commits] [mlir] [mlir][emitc] Add 'emitc.switch' op to the dialect (PR #102331)
Andrey Timonin
llvmlistbot at llvm.org
Thu Aug 8 02:12:06 PDT 2024
================
@@ -449,6 +449,49 @@ static LogicalResult printOperation(CppEmitter &emitter, emitc::SubOp subOp) {
return printBinaryOperation(emitter, operation, "-");
}
+static LogicalResult emitAllExceptLast(CppEmitter &emitter,
----------------
EtoAndruwa wrote:
Agree, it looks much better.
https://github.com/llvm/llvm-project/pull/102331
More information about the Mlir-commits
mailing list