We currently restrict parsing of location to not allow nameloc being
nested inside nameloc. This restriction may be historical as there
doesn't seem to be a reason for it anymore (locations like this can be
constructed in C++ and they print fine). Relax this restriction in the
parser to allow this nesting.
Details
Details
- Reviewers
rriddle - Commits
- rGb743ff161b82: [mlir] Relax restriction on name location parsing
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo