This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6aacb6c808d Assert that the offset of a MachineLocation is always 0. Th [...] new 5b53ac928df [AMDGPU] Collapse adjacent SI_END_CF new 88d9e5d6147 Remove unused accessor (NFC)
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: include/llvm/MC/MachineLocation.h | 1 - lib/Target/AMDGPU/AMDGPU.h | 4 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 4 + lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp | 159 +++++++++++++++++++ test/CodeGen/AMDGPU/collapse-endcf.ll | 188 +++++++++++++++++++++++ 6 files changed, 356 insertions(+), 1 deletion(-) create mode 100644 lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp create mode 100644 test/CodeGen/AMDGPU/collapse-endcf.ll