This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SME] NFC: Extend tile_slice ComplexPattern to match default case.
ClosedPublic

Authored by sdesmalen on Jun 24 2022, 1:52 AM.

Details

Summary

A tile slice offset of '0' is the default and by moving this into
SelectSMETileSlice we can remove some redundant patterns.

Diff Detail

Event Timeline

sdesmalen created this revision.Jun 24 2022, 1:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2022, 1:52 AM
sdesmalen requested review of this revision.Jun 24 2022, 1:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2022, 1:52 AM
kmclaughlin accepted this revision.Jun 24 2022, 2:58 AM

LGTM!

llvm/lib/Target/AArch64/SMEInstrFormats.td
413

nit: added whitespace

This revision is now accepted and ready to land.Jun 24 2022, 2:58 AM
This revision was landed with ongoing or failed builds.Jun 28 2022, 1:19 AM
This revision was automatically updated to reflect the committed changes.
sdesmalen marked an inline comment as done.