[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 05:00:10 PDT 2024


================
@@ -14,6 +14,7 @@
 class ValueType<int size, int value> {
   string Namespace = "MVT";
   string LLVMName = NAME;
+  string LLVMTy = "";
----------------
kito-cheng wrote:

Oh, I guess I van just inference from the name.

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


More information about the llvm-commits mailing list