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 c7bfb39 + 2aa8856 commit 6fec83fCopy full SHA for 6fec83f
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