This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][NewPM] Port amdgpu-promote-alloca(-to-vector)
ClosedPublic

Authored by aeubanks on Dec 28 2020, 2:21 PM.

Details

Summary

And add to AMDGPU opt pipeline.

Don't pin an opt run to the legacy PM when -enable-new-pm=1 if these
passes (or passes introduced in https://reviews.llvm.org/D93863) are in
the list of passes.

Diff Detail

Event Timeline

aeubanks created this revision.Dec 28 2020, 2:21 PM
aeubanks requested review of this revision.Dec 28 2020, 2:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 28 2020, 2:21 PM
arsenm accepted this revision.Dec 28 2020, 4:26 PM
This revision is now accepted and ready to land.Dec 28 2020, 4:26 PM
This revision was automatically updated to reflect the committed changes.