[PATCH] D93419: [TableGen] Add the !substr() bang operator
Paul C. Anagnostopoulos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 18 08:49:49 PST 2020
Paul-C-Anagnostopoulos added inline comments.
================
Comment at: llvm/docs/TableGen/ProgRef.rst:1728
+``!substr(``\ *string*\ ``,`` *start*\ [``,`` *length*]\ ``)``
+ This operator extracts a substring of the given *string*. The starting position
+ of the substring is specified by *start*, which can range between 0 and the
----------------
I will rewrap the lines before I push this revision.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93419/new/
https://reviews.llvm.org/D93419
More information about the llvm-commits
mailing list