[PATCH] D145872: TableGen: Let expressions available to list subscripts and list slices
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 1 00:44:03 PDT 2023
chapuni updated this revision to Diff 510194.
chapuni marked 3 inline comments as done.
chapuni added a comment.
- TGParser::ParseValue(): Prune one error reporter, since Fold() doesn't return nullptr.
- llvm/test/TableGen/ListSlices-fail.td: Insert whitespaces in tokens
- Revise symbols in TGParser::ParseSliceElements()
- TGParser::ParseSimpleValue(): Report LHS position for LHS error.
- TGParser::ParseValue(): Detect untyped LHS in the list slice
- ProgRef.rst: Revise to mention also SliceElement.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145872/new/
https://reviews.llvm.org/D145872
Files:
llvm/docs/TableGen/ProgRef.rst
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp
llvm/lib/TableGen/TGParser.cpp
llvm/lib/TableGen/TGParser.h
llvm/test/TableGen/ListSlices-fail.td
llvm/test/TableGen/ListSlices.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145872.510194.patch
Type: text/x-patch
Size: 22755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230401/08489f47/attachment.bin>
More information about the llvm-commits
mailing list