Drop the legacy version in AMDGPUAnnotateKernelFeatures. This has the
side effect of now respecting the linkage, and not changing externally
visible functions.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D108161
AMDGPU: Use attributor to propagate uniform-work-group-size ClosedPublic Authored by arsenm on Aug 16 2021, 1:32 PM.
Details
Diff Detail Event Timelinearsenm added parent revisions: D108160: AMDGPU: Invert ABI attribute handling, D108158: AMDGPU: Invert AMDGPUAttributor.Aug 16 2021, 1:32 PM This revision is now accepted and ready to land.Aug 16 2021, 9:59 PM
Revision Contents
Diff 366730 llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
llvm/test/CodeGen/AMDGPU/direct-indirect-call.ll
llvm/test/CodeGen/AMDGPU/uniform-work-group-attribute-missing.ll
llvm/test/CodeGen/AMDGPU/uniform-work-group-multistep.ll
llvm/test/CodeGen/AMDGPU/uniform-work-group-nested-function-calls.ll
llvm/test/CodeGen/AMDGPU/uniform-work-group-prevent-attribute-propagation.ll
llvm/test/CodeGen/AMDGPU/uniform-work-group-propagate-attribute.ll
llvm/test/CodeGen/AMDGPU/uniform-work-group-recursion-test.ll
llvm/test/CodeGen/AMDGPU/uniform-work-group-test.ll
|