This will allow to return to the client of parseLocationInstance a location that is resolved later.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D117088
Use Opaque location for handling deferred references to aliases internally to the parser (NFC) ClosedPublic Authored by mehdi_amini on Jan 11 2022, 10:09 PM.
Details Summary This will allow to return to the client of parseLocationInstance a location that is resolved later.
Diff Detail
Event Timelinemehdi_amini retitled this revision from Introduce a FwdAliasLoc location for handling forward references to aliases internally to the parser (WIP) to Use Opaque location for handling deferred references to aliases internally to the parser (NFC).Jan 14 2022, 5:01 PM This revision is now accepted and ready to land.Jan 18 2022, 10:16 AM This revision was landed with ongoing or failed builds.Jan 18 2022, 12:44 PM Closed by commit rGa440b0404f86: Use Opaque location for handling deferred references to aliases internally to… (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 400955 mlir/include/mlir/IR/BuiltinLocationAttributes.td
mlir/include/mlir/IR/Location.h
mlir/lib/Parser/Parser.cpp
|