joelkevinjones added a comment.
I don't think it makes sense to combine two unrelated things SVE and PA support
into a combined thing. Since we already have UnsupportedFeatures in every
sub-target .td file, I think it would be better to instead have:
def PAUnsupported : AArch64Unsupported {
let F = [HasPA];
}
and modify each .td file to have
list<Predicate> UnsupportedFeatures = !listconcat(SVEUnsupported.F,
PAUnsupported.F);
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78129/new/
https://reviews.llvm.org/D78129
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits