Generate staging `MachineValueType.h` (partially) from `ValueTypes.td`
- Implement `VTEmitter` as `llvm-tblgen -gen-vt`. - Create a copy of `llvm/Support/MachineValueType.h` into `unittests/Support`. It includes `GenVT.inc` generated by `VTEmitter`. - Implement `MVTTest` in `SupportTests`. It checks equivalence between `llvm/Support/MachineValueType.h` and the generated header. Differential Revision: https://reviews.llvm.org/D146906
Loading
Please sign in to comment