[PATCH] D146179: ValueTypes.td: Reorganize ValueType to generate `MachineValueType.h`
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 26 04:09:41 PDT 2023
chapuni added a comment.
I have deduplicated `MachineValueType.h` with `ValueTypes.td`.
It could be relocated to `llvm/CodeGen` (or `llvm/IR`), if we could split out CodeGenEmitter stuff from `llvm-tblgen`. (See also D146352 <https://reviews.llvm.org/D146352>)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146179/new/
https://reviews.llvm.org/D146179
More information about the llvm-commits
mailing list