[PATCH] D125713: [WebAssembly][NFC] Convert StackBased instruction field to 'bit' from string
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 20:11:58 PDT 2022
asb added a comment.
In D125713#3517006 <https://reviews.llvm.org/D125713#3517006>, @Paul-C-Anagnostopoulos wrote:
> The 'true' and 'false' literals are available.
>
> https://llvm.org/docs/TableGen/ProgRef.html#simple-values
@Paul-C-Anagnostopoulos indeed, but they're not usable in KeyCol/ValueCols without some further changes to TableGen `Element type mismatch for list: element type 'int' not convertible to 'string`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125713/new/
https://reviews.llvm.org/D125713
More information about the llvm-commits
mailing list