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 086e284 commit cf2894cCopy full SHA for cf2894c
clang/lib/Sema/SemaRISCV.cpp
@@ -47,7 +47,7 @@ struct RVVIntrinsicDef {
47
std::string BuiltinName;
48
49
/// Mapping to RequiredFeatures in riscv_vector.td
50
- std::string RequiredExtensions;
+ StringRef RequiredExtensions;
51
52
/// Function signature, first element is return type.
53
RVVTypes Signature;
0 commit comments