This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e24d17420cc [InstCombine] Qualify a select pattern based transform to r [...] new cdbb0ae52b7 AMDGPU: Add pass to optimize reqd_work_group_size
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/AMDGPU.h | 4 + lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp | 270 ++++++++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 5 + lib/Target/AMDGPU/CMakeLists.txt | 1 + test/CodeGen/AMDGPU/reqd-work-group-size.ll | 501 ++++++++++++++++++++++ 5 files changed, 781 insertions(+) create mode 100644 lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp create mode 100644 test/CodeGen/AMDGPU/reqd-work-group-size.ll