[Mlir-commits] [mlir] [MLIR][mlir-opt] Add `registerationAndParseCLIOptions` for `MlirOptMain`. (PR #70581)

Aman LaChapelle llvmlistbot at llvm.org
Sat Oct 28 22:53:27 PDT 2023


================
@@ -281,7 +282,8 @@ static LogicalResult doVerifyRoundTrip(Operation *op,
     roundtripModule =
         parseSourceString<Operation *>(ostream.str(), parseConfig);
     if (!roundtripModule) {
-      op->emitOpError() << "failed to parse bytecode back, cannot verify round-trip.\n";
+      op->emitOpError()
----------------
bzcheeseman wrote:

whitespace changes? Did the file need reformatting?

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


More information about the Mlir-commits mailing list