Generate the type table from the types used by a target rather than hard-coding
the union of types used by all targets.
Depends on D36084
Differential D36085
[globalisel][tablegen] Generate TypeObject table. NFC dsanders on Jul 31 2017, 5:28 AM. Authored by
Details
Generate the type table from the types used by a target rather than hard-coding Depends on D36084
Diff Detail
Event TimelineComment Actions You should add checks for the GILLT enum in GlobalISelEmitter.td, since now it won't be the same enum for all targets.
Comment Actions Fixed the priority sort-order nits:
|
This is going to fall all the way to the unreachable if both types are invalid - you should check that case explicitly.