This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 304fa37d231 Support: use internal `call_once` on PPC64le new b20ee3547fe [AMDGPU] Support for "uniform-work-group-size" attribute new c1616bfa7d9 [X86] Move stack folding test for MULX to a MIR test. Add a [...]
The 2 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 +++++++ test/CodeGen/X86/stack-folding-bmi2.ll | 14 --- test/CodeGen/X86/stack-folding-bmi2.mir | 103 +++++++++++++++++++++ 11 files changed, 366 insertions(+), 45 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 create mode 100644 test/CodeGen/X86/stack-folding-bmi2.mir