This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Remove MachineDCE after SIFoldOperands
ClosedPublic

Authored by foad on Apr 9 2021, 6:11 AM.

Details

Summary

Remove the MachineDCE pass after the first SIFoldOperands pass now
that SIFoldOperands deletes its own dead instructions.

Diff Detail

Event Timeline

foad created this revision.Apr 9 2021, 6:11 AM
foad requested review of this revision.Apr 9 2021, 6:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 9 2021, 6:11 AM
rampitec accepted this revision.Apr 9 2021, 10:45 AM
This revision is now accepted and ready to land.Apr 9 2021, 10:45 AM
This revision was landed with ongoing or failed builds.Apr 9 2021, 12:42 PM
This revision was automatically updated to reflect the committed changes.