[llvm-commits] [PATCH] Enhance TableGen with ranges and fixits
Jakob Stoklund Olesen
jolesen at apple.com
Tue Dec 11 13:36:36 PST 2012
On Dec 11, 2012, at 1:33 PM, Jordan Rose <jordan_rose at apple.com> wrote:
> Jakob explained to me offline that the uniquing of Inits is useful, and this breaks it for DefInits. I'm going to try to rework this by saving the source ranges for superclasses in each Record instead.
Actually, each Record already has a list of superclasses, so you may be able to extract the locations you need from there.
/jakob
More information about the llvm-commits
mailing list