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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90513
[TableGen] Eliminate uses of true and false in .td files ClosedPublic Authored by Paul-C-Anagnostopoulos on Oct 30 2020, 4:36 PM.
Details Summary 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.
Diff Detail
Event TimelineThis comment was removed by Paul-C-Anagnostopoulos. This revision is now accepted and ready to land.Oct 30 2020, 5:49 PM This revision was landed with ongoing or failed builds.Oct 31 2020, 7:55 AM Closed by commit rGef6f6d1c1a28: [TableGen] Eliminate uses of true and false in .td files. (authored by Paul-C-Anagnostopoulos). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 302093 llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
llvm/test/TableGen/cond-empty-list-arg.td
llvm/test/TableGen/condsbit.td
llvm/test/TableGen/if.td
|