This is an archive of the discontinued LLVM Phabricator instance.

[LegacyPM] Remove LowerMatrixIntrinsicsLegacyPass and LowerMatrixIntrinsicsMinimalLegacyPass
ClosedPublic

Authored by kazu on Jun 23 2023, 12:58 AM.

Diff Detail

Event Timeline

kazu created this revision.Jun 23 2023, 12:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2023, 12:58 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
kazu requested review of this revision.Jun 23 2023, 12:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2023, 12:58 AM
nikic added a comment.Jun 23 2023, 1:03 AM

Can the non-minimal pass be dropped as well?

kazu updated this revision to Diff 533892.Jun 23 2023, 1:20 AM

Remove LowerMatrixIntrinsicsLegacyPass as well.

kazu retitled this revision from [LegacyPM] Remove LowerMatrixIntrinsicsMinimalLegacyPass to [LegacyPM] Remove LowerMatrixIntrinsicsLegacyPass and LowerMatrixIntrinsicsMinimalLegacyPass.Jun 23 2023, 1:21 AM

Can the non-minimal pass be dropped as well?

Yes indeed. Updated the patch accordingly.

nikic accepted this revision.Jun 23 2023, 1:23 AM

LGTM

This revision is now accepted and ready to land.Jun 23 2023, 1:23 AM
This revision was landed with ongoing or failed builds.Jun 23 2023, 1:32 AM
This revision was automatically updated to reflect the committed changes.