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.
2 parents 9d08c9f + c8e4b53 commit 2aa8856Copy full SHA for 2aa8856
llvm/unittests/Transforms/Utils/VFABIUtils.cpp
@@ -46,8 +46,6 @@ TEST_F(VFABIAttrTest, Write) {
46
Mappings.push_back("_ZGVnN8v_g");
47
Mappings.push_back("_ZGVnN2v_g(custom_vg)");
48
VFABI::setVectorVariantNames(CI, Mappings);
49
- const AttributeList Attrs = CI->getAttributes();
50
- const AttributeSet FnAttrs = Attrs.getFnAttributes();
51
const StringRef S = CI->getAttribute(AttributeList::FunctionIndex,
52
"vector-function-abi-variant")
53
.getValueAsString();
0 commit comments