This is an archive of the discontinued LLVM Phabricator instance.

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
assertions that would be triggered by existing test cases without this
fix.

Change-Id: I6a82d4b311b012aff3932978ae86f6a2dcfbf725

Diff Detail

Repository
rL LLVM

Event Timeline

nhaehnle created this revision.Feb 21 2018, 2:42 AM
tra accepted this revision.Feb 21 2018, 1:30 PM

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
This revision was automatically updated to reflect the committed changes.