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 cba4dfd commit b1ec1a2Copy full SHA for b1ec1a2
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
@@ -276,7 +276,7 @@ class AArch64TTIImpl : public BasicTTIImplBase<AArch64TTIImpl> {
276
}
277
278
bool isLegalMaskedGatherScatter(Type *DataType) const {
279
- if (!ST->hasSVE() || !ST->isNeonAvailable())
+ if (!ST->isSVEAvailable())
280
return false;
281
282
// For fixed vectors, scalarize if not using SVE for them.
0 commit comments