We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a344db7 commit 9491aecCopy full SHA for 9491aec
llvm/utils/TableGen/CodeGenTarget.cpp
@@ -91,6 +91,7 @@ StringRef llvm::getEnumName(MVT::SimpleValueType T) {
91
case MVT::isVoid: return "MVT::isVoid";
92
case MVT::v1i1: return "MVT::v1i1";
93
case MVT::v2i1: return "MVT::v2i1";
94
+ case MVT::v3i1: return "MVT::v3i1";
95
case MVT::v4i1: return "MVT::v4i1";
96
case MVT::v8i1: return "MVT::v8i1";
97
case MVT::v16i1: return "MVT::v16i1";
@@ -107,6 +108,7 @@ StringRef llvm::getEnumName(MVT::SimpleValueType T) {
107
108
case MVT::v128i4: return "MVT::v128i4";
109
case MVT::v1i8: return "MVT::v1i8";
110
case MVT::v2i8: return "MVT::v2i8";
111
+ case MVT::v3i8: return "MVT::v3i8";
112
case MVT::v4i8: return "MVT::v4i8";
113
case MVT::v8i8: return "MVT::v8i8";
114
case MVT::v16i8: return "MVT::v16i8";
0 commit comments