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

Kito Cheng via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 06:32:56 PDT 2024


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

Updated, Twine and std::string both are drop now

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


More information about the llvm-commits mailing list