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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D115562
AMDGPU: Remove amdgpu-waves-per-eu support in old attribute pass ClosedPublic Authored by arsenm on Dec 10 2021, 4:19 PM.
Details
Diff Detail Event Timelinearsenm added a parent revision: D115559: AMDGPU: Propagate amdgpu-waves-per-eu with attributor.Dec 10 2021, 4:19 PM This revision is now accepted and ready to land.Jun 28 2022, 6:50 AM
Revision Contents
Diff 528170 llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
llvm/test/CodeGen/AMDGPU/propagate-attributes-clone.ll
llvm/test/CodeGen/AMDGPU/propagate-attributes-function-pointer-argument.ll
|