[PATCH] D90513: [TableGen] Eliminate uses of true and false in .td files
Paul C. Anagnostopoulos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 30 16:36:55 PDT 2020
Paul-C-Anagnostopoulos created this revision.
Paul-C-Anagnostopoulos added reviewers: lattner, nhaehnle, tlively, jholewinski.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
Paul-C-Anagnostopoulos requested review of this revision.
In preparation for adding the true and false boolean literals to TableGen, I've gone through the .td files and eliminated uses of those two names for fields.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90513
Files:
llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
llvm/test/TableGen/cond-empty-list-arg.td
llvm/test/TableGen/condsbit.td
llvm/test/TableGen/if.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90513.302039.patch
Type: text/x-patch
Size: 3723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201030/6c6cff61/attachment-0001.bin>
More information about the llvm-commits
mailing list