This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove amdgpu-waves-per-eu support in old attribute pass
ClosedPublic

Authored by arsenm on Dec 10 2021, 4:19 PM.

Details

Summary

AMDGPUAttributor now handles this attribute with value merging, so
delete the old approach which could only apply this to functions which
did not set it, or cloned the function.

Diff Detail

Event Timeline

arsenm created this revision.Dec 10 2021, 4:19 PM
arsenm requested review of this revision.Dec 10 2021, 4:19 PM
Herald added a reviewer: sstefan1. · View Herald Transcript
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: wdng. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2022, 5:42 AM
kzhuravl accepted this revision.Jun 28 2022, 6:50 AM

LGTM, thanks

This revision is now accepted and ready to land.Jun 28 2022, 6:50 AM