This is an archive of the discontinued LLVM Phabricator instance.

[NewPM][AMDGPU] Port amdgpu-lower-kernel-attributes
ClosedPublic

Authored by aeubanks on Dec 28 2020, 8:01 PM.

Details

Summary

And add it to the AMDGPU opt pipeline.

This is a function pass instead of a module pass (like the legacy pass)
because it's getting added to a CGSCCPassManager, and you can't put a
module pass in a CGSCCPassManager.

Diff Detail

Event Timeline

aeubanks created this revision.Dec 28 2020, 8:01 PM
aeubanks requested review of this revision.Dec 28 2020, 8:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 28 2020, 8:01 PM
arsenm accepted this revision.Dec 29 2020, 9:51 AM
This revision is now accepted and ready to land.Dec 29 2020, 9:51 AM
This revision was landed with ongoing or failed builds.Dec 29 2020, 10:27 AM
This revision was automatically updated to reflect the committed changes.