[Mlir-commits] [mlir] [llvm] [mlir][EmitC] Add func, call and return operations and conversions (PR #79612)
Simon Camphausen
llvmlistbot at llvm.org
Tue Jan 30 23:49:56 PST 2024
================
@@ -346,6 +349,185 @@ LogicalResult ForOp::verifyRegions() {
return success();
}
+//===----------------------------------------------------------------------===//
----------------
simon-camp wrote:
Missing newline
https://github.com/llvm/llvm-project/pull/79612
More information about the Mlir-commits
mailing list