[PATCH] D137245: [AArch64][SVE2] Add the SVE2.1 quadword variants of ld1w/ld1d/st1w/st1d
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 3 02:59:02 PDT 2022
c-rhodes added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td:21
- list<Predicate> UnsupportedFeatures = SMEUnsupported.F;
+ list<Predicate> UnsupportedFeatures = !listconcat(SVEUnsupported.F,
+ SMEUnsupported.F);
----------------
most of SVE is supported by N2, this should be `[HasSVE2p1]`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137245/new/
https://reviews.llvm.org/D137245
More information about the llvm-commits
mailing list