This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Remove redundant optimization in selectG_BUILD_VECTOR_TRUNC
AcceptedPublic

Authored by foad on Nov 18 2021, 6:00 AM.

Details

Reviewers
arsenm
Summary

This was implemented as a combine instead in D112064. Remove some tests
that specifically checked for this being done as part of instruction
selection.

Diff Detail

Event Timeline

foad created this revision.Nov 18 2021, 6:00 AM
foad requested review of this revision.Nov 18 2021, 6:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2021, 6:00 AM
arsenm accepted this revision.Nov 18 2021, 6:23 PM
This revision is now accepted and ready to land.Nov 18 2021, 6:23 PM

Reverse ping

Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2022, 2:44 PM
Herald added a subscriber: kosarev. · View Herald Transcript
foad added a comment.Sep 29 2022, 1:20 AM

Reverse ping

This depends on D112064 which is unresolved.