[Mlir-commits] [mlir] [mlir] Support better printing for mutually recursive types (PR #112160)

Shoaib Meenai llvmlistbot at llvm.org
Mon Oct 14 15:48:07 PDT 2024


================
@@ -525,7 +529,7 @@ void TestRecursiveAliasType::print(AsmPrinter &printer) const {
       printer.tryStartCyclicPrint(*this);
----------------
smeenai wrote:

Yeah, you're right. The current parser implementations (both in the test dialect and in ClangIR) were making that distinction but it's not necessary, plus I realized my change would only be affecting printing and not parsing anyway. I'll simplify this accordingly.

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


More information about the Mlir-commits mailing list