This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db98fa3b701 [LoopRotate] fix crash encountered with callbr new 67bb6a3b713 AMDGPU: Handle "uniform-work-group-size" attribute (fix for RADV)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 68 ++++++++++++++++++++-- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 4 +- .../AMDGPU/annotate-kernel-features-hsa-call.ll | 50 ++++++++-------- .../AMDGPU/uniform-work-group-attribute-missing.ll | 18 ++++++ .../uniform-work-group-nested-function-calls.ll | 24 ++++++++ ...orm-work-group-prevent-attribute-propagation.ll | 25 ++++++++ .../uniform-work-group-propagate-attribute.ll | 33 +++++++++++ .../AMDGPU/uniform-work-group-recursion-test.ll | 37 ++++++++++++ test/CodeGen/AMDGPU/uniform-work-group-test.ll | 35 +++++++++++ 9 files changed, 264 insertions(+), 30 deletions(-) create mode 100644 test/CodeGen/AMDGPU/uniform-work-group-attribute-missing.ll create mode 100644 test/CodeGen/AMDGPU/uniform-work-group-nested-function-calls.ll create mode 100644 test/CodeGen/AMDGPU/uniform-work-group-prevent-attribute-propag [...] create mode 100644 test/CodeGen/AMDGPU/uniform-work-group-propagate-attribute.ll create mode 100644 test/CodeGen/AMDGPU/uniform-work-group-recursion-test.ll create mode 100644 test/CodeGen/AMDGPU/uniform-work-group-test.ll