This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Use attributor to propagate uniform-work-group-size
ClosedPublic

Authored by arsenm on Aug 16 2021, 1:32 PM.

Details

Summary

Drop the legacy version in AMDGPUAnnotateKernelFeatures. This has the
side effect of now respecting the linkage, and not changing externally
visible functions.

Diff Detail