This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Disable garbage collection passes
ClosedPublic

Authored by rampitec on Jul 7 2021, 2:34 PM.

Diff Detail

Event Timeline

rampitec created this revision.Jul 7 2021, 2:34 PM
rampitec requested review of this revision.Jul 7 2021, 2:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2021, 2:34 PM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Jul 7 2021, 3:35 PM

LGTM, not that it should do much since the passes just no-op anyway

llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
692

Why did this move?

This revision is now accepted and ready to land.Jul 7 2021, 3:35 PM
rampitec added inline comments.Jul 7 2021, 3:43 PM
llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
692

This is analysys. The request order has changed.

This revision was automatically updated to reflect the committed changes.