This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Remove extract_subvector patterns
ClosedPublic

Authored by foad on May 4 2023, 7:39 AM.

Details

Reviewers
nhaehnle
Joe_Nash
Group Reviewers
Restricted Project
Commits
rGa4a3ac10cb1a: [AMDGPU] Remove extract_subvector patterns
Summary

Removing them seems to slightly increase code quality as well as
simplifying both the tablegen and C++ parts of the code.

Diff Detail

Event Timeline

foad created this revision.May 4 2023, 7:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 7:39 AM
foad requested review of this revision.May 4 2023, 7:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 7:39 AM
Joe_Nash accepted this revision.May 4 2023, 7:44 AM
Joe_Nash added a subscriber: Joe_Nash.

LGTM

This revision is now accepted and ready to land.May 4 2023, 7:44 AM
nhaehnle accepted this revision.May 5 2023, 1:56 AM
This revision was landed with ongoing or failed builds.Jun 6 2023, 6:08 AM
This revision was automatically updated to reflect the committed changes.
arsenm added inline comments.Jul 27 2023, 5:04 AM
llvm/lib/Target/AMDGPU/SIInstructions.td
1399–1407