[PATCH] D92269: [TableGen] Eliminate the 'code' type
Chris Lattner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 28 16:57:16 PST 2020
lattner added a comment.
Oh ok, well I have no problem keeping it around in searchable tables, I misread this as making that more general.
jrtc27, we had a long conversation about this. We'd like to eliminate the Code type as a way to simplify the internals of tblgen. It is a distinction without a useful difference for many things, and this is one step towards making tblgen simpler and more consistent.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92269/new/
https://reviews.llvm.org/D92269
More information about the cfe-commits
mailing list