2 Commits

Author SHA1 Message Date
Brandon Wu
85cf2e5ebe
[llvm] Include the GenVT.inc to getEnumName (#93198)
This reduces the effort of adding MVT strings every time.
2024-05-25 11:57:24 +08:00
Pierre van Houtryve
fa3d789df1
[RFC][TableGen] Restructure TableGen Source (#80847)
Refactor of the llvm-tblgen source into:
- a "Basic" library, which contains the bare minimum utilities to build
`llvm-min-tablegen`
- a "Common" library which contains all of the helpers for TableGen
backends. Such helpers can be shared by more than one backend, and even
unit tested (e.g. CodeExpander is, maybe we can add more over time)

Fixes #80647
2024-03-25 09:40:35 +01:00