[Mlir-commits] [mlir] [mlir] Add OpAsmTypeInterface for pretty-print (PR #121187)
River Riddle
llvmlistbot at llvm.org
Mon Jan 27 11:52:04 PST 2025
================
@@ -506,6 +506,38 @@ void CustomResultsNameOp::getAsmResultNames(
setNameFn(getResult(i), str.getValue());
}
+//===----------------------------------------------------------------------===//
----------------
River707 wrote:
I was expecting this to be backed into the AsmPrinter when it determines aliases, what is your current plan for implementation?
https://github.com/llvm/llvm-project/pull/121187
More information about the Mlir-commits
mailing list