This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7573005963d GlobalISel: Replace artifact combiner checks with assert new 7ee7e52d23d [AMDGPU] Fix high occupancy calculation and print it
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/AMDGPUAsmPrinter.cpp | 8 + lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 18 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 21 +- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 3 +- lib/Target/AMDGPU/SIProgramInfo.h | 3 + .../AMDGPU/hsa-metadata-kernel-code-props-v3.ll | 5 +- test/CodeGen/AMDGPU/nsa-reassign.ll | 4 +- test/CodeGen/AMDGPU/occupancy-levels.ll | 288 +++++++++++++++++++++ test/CodeGen/AMDGPU/wave32.ll | 2 +- 9 files changed, 335 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/AMDGPU/occupancy-levels.ll