This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Remove dead MTBUF patterns
ClosedPublic

Authored by rampitec on Mar 11 2021, 1:56 PM.

Details

Summary

These patterns are obviously dead, they are using format
operand which is not selected and we have no corresponding
SelectMUBUF() function.

Diff Detail

Event Timeline

rampitec created this revision.Mar 11 2021, 1:56 PM
rampitec requested review of this revision.Mar 11 2021, 1:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2021, 1:57 PM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Mar 11 2021, 2:09 PM
This revision is now accepted and ready to land.Mar 11 2021, 2:09 PM
This revision was landed with ongoing or failed builds.Mar 11 2021, 2:13 PM
This revision was automatically updated to reflect the committed changes.