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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 16:19:10 PDT 2024


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

I though LLVM coding standards say that only classes should be in anonymous namespace? https://llvm.org/docs/CodingStandards.html#anonymous-namespaces

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


More information about the llvm-commits mailing list