[llvm] [ValueTypes][NFC] Generate EVT::getTypeForEVT from GenVT.inc (PR #96608)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 06:35:19 PDT 2024


================
@@ -29,6 +32,54 @@ class VTEmitter {
 
 } // End anonymous namespace.
 
+std::string VTtoGetLLVMTyString(const Record *VT) {
----------------
chapuni wrote:

Rather, could it be put into anon?

https://github.com/llvm/llvm-project/pull/96608


More information about the llvm-commits mailing list