There are no new test cases, but a subsequent patch will introduce
assertions that would be triggered by existing test cases without this
fix.
Change-Id: I6a82d4b311b012aff3932978ae86f6a2dcfbf725
Paths
| Differential D43556
TableGen: Fix type of resolved and converted lists ClosedPublic Authored by nhaehnle on Feb 21 2018, 2:42 AM.
Details Summary There are no new test cases, but a subsequent patch will introduce Change-Id: I6a82d4b311b012aff3932978ae86f6a2dcfbf725
Diff Detail
Event Timelinenhaehnle added a parent revision: D43555: TableGen: Fix type deduction for !foreach.Feb 21 2018, 2:42 AM Comment Actions Ouch. I wonder why we didn't notice those lists of lists before. I suspect setValue() ignores the type of the value we're setting. This revision is now accepted and ready to land.Feb 21 2018, 1:30 PM Closed by commit rL325798: TableGen: Fix type of resolved and converted lists (authored by nha). · Explain WhyFeb 22 2018, 7:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 135421 llvm/trunk/include/llvm/TableGen/Record.h
llvm/trunk/lib/TableGen/Record.cpp
|