This decouples the printing/parsing from the "context" in which the parsing occurs.
This'll allow to invoke these methods directly using an OpAsmParser/OpAsmPrinter.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D113637 Authored by mehdi_amini on Nov 10 2021, 6:51 PM.
Details Summary This decouples the printing/parsing from the "context" in which the parsing occurs.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 10 2021, 6:55 PM This revision was landed with ongoing or failed builds.Nov 10 2021, 10:26 PM Closed by commit rGf97e72aaca4a: Use base class AsmParser/AsmPrinter in Types and Attribute print/parse method… (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386423 |