[PATCH] D145871: TableGen: Introduce `!range` operator for half-opened interval
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 07:12:59 PDT 2023
chapuni updated this revision to Diff 505800.
chapuni added a comment.
- Use cast<ty> rather than dyn_cast<ty> when <ty> is assumed.
- Add a testcase.
- Other cleanups
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145871/new/
https://reviews.llvm.org/D145871
Files:
llvm/docs/TableGen/ProgRef.rst
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp
llvm/lib/TableGen/TGLexer.cpp
llvm/lib/TableGen/TGLexer.h
llvm/lib/TableGen/TGParser.cpp
llvm/test/TableGen/range-op-fail.td
llvm/test/TableGen/range-op.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145871.505800.patch
Type: text/x-patch
Size: 10896 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230316/431d200e/attachment.bin>
More information about the llvm-commits
mailing list