================
@@ -74,12 +74,11 @@ def SVEUnsupported : AArch64Unsupported {
}
let F = [HasSME2p2, HasSVE2p2_or_SME2p2, HasNonStreamingSVE_or_SME2p2,
- HasNonStreamingSVE2p2_or_SME2p2, HasNonStreamingSVE2_or_SSVE_BitPerm,
- HasSME_MOP4, HasSME_TMOP] in
+ HasNonStreamingSVE2p2_or_SME2p2] in
def SME2p2Unsupported : AArch64Unsupported;
def SME2p1Unsupported : AArch64Unsupported {
- let F = !listconcat([HasSME2p1, HasSVE2p1_or_SME2p1,
HasNonStreamingSVE2p1_or_SSVE_AES],
+ let F = !listconcat([HasSME2p1, HasSVE2p1_or_SME2p1,
HasNonStreamingSVE2p1_or_SSVE_AES, HasSME_MOP4, HasSME_TMOP,
HasNonStreamingSVE_or_SSVE_FEXPA, HasNonStreamingSVE2_or_SSVE_BitPerm],
----------------
CarolineConcatto wrote:
nit: align
https://github.com/llvm/llvm-project/pull/134368
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits