[PATCH] D82388: move "basic" builtins to TableGen
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 29 01:02:24 PDT 2020
craig.topper added inline comments.
================
Comment at: llvm/include/llvm/TableGen/Record.h:1777
/// string manipulation.
struct LessRecordByID {
bool operator()(const Record *LHS, const Record *RHS) const {
----------------
Here’s the sort predicate for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82388/new/
https://reviews.llvm.org/D82388
More information about the cfe-commits
mailing list