This patch adds a version of parseSymbolName and
parseOptionalSymbolName to AsmParser that don't take an attribute name
and attribute list.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136696
[mlir] Add `parseSymbolName` that doesn't take an attribute list ClosedPublic Authored by Mogball on Oct 25 2022, 9:29 AM.
Details Summary This patch adds a version of parseSymbolName and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 25 2022, 10:20 AM Closed by commit rGc0095050dacf: [mlir] Add `parseSymbolName` that doesn't take an attribute list (authored by Mogball). · Explain WhyOct 27 2022, 12:08 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 471255 mlir/include/mlir/IR/OpImplementation.h
mlir/lib/AsmParser/AsmParserImpl.h
|