[PATCH] D90635: [TableGen] Add true and false literals to represent booleans
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 4 08:57:23 PST 2020
nhaehnle accepted this revision.
nhaehnle added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/TableGen/TGParser.cpp:2282
Result = BinOpInit::getListConcat(LHS, RHSResult);
+ break;
}
----------------
Unrelated change.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90635/new/
https://reviews.llvm.org/D90635
More information about the llvm-commits
mailing list