[PATCH] D146906: Generate `MachineValueType.h` (partially) from `ValueTypes.td`

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 26 04:12:12 PDT 2023


chapuni added inline comments.


================
Comment at: llvm/utils/TableGen/VTEmitter.cpp:81
+               .Case("untyped", "Untyped")
+               .Case("MetadataVT", "Metadata")
+               .Default(Name);
----------------
They have different names between `MachineValueType.h` and `ValueTypes.td`.
Could we unify, or give alias names for them? (See also D146179)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146906/new/

https://reviews.llvm.org/D146906



More information about the llvm-commits mailing list