This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Include SME2 in +all
ClosedPublic

Authored by dmgreen on Oct 29 2022, 3:34 AM.

Details

Summary

The sme2 predicate was as AssemblerPredicate, not AssemblerPredicateWithAll like all the other features, meaning it wasn't included in +all. This fixes that inconsistency, allowing the instructions to be decoded by default.

Diff Detail

Event Timeline

dmgreen created this revision.Oct 29 2022, 3:34 AM
dmgreen requested review of this revision.Oct 29 2022, 3:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 29 2022, 3:34 AM
lenary accepted this revision.Oct 31 2022, 3:08 AM
This revision is now accepted and ready to land.Oct 31 2022, 3:08 AM
This revision was landed with ongoing or failed builds.Oct 31 2022, 6:04 AM
This revision was automatically updated to reflect the committed changes.