This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4a0d76ba2f3 ThinLTOBitcodeWriter: keep comdats together, rename if lead [...] new 92625cfb474 CodeGen: BlockPlacement: Clear ComputedEdges between functions. new d3302ddc52a [AMDGPU] Add a new pass to insert waitcnts. Leave under an [...]
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/CodeGen/MachineBlockPlacement.cpp | 7 +- lib/Target/AMDGPU/AMDGPU.h | 4 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 12 +- lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/DSInstructions.td | 2 + lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 1863 ++++++++++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.ds.bpermute.ll | 3 - test/CodeGen/AMDGPU/llvm.amdgcn.ds.permute.ll | 2 - 8 files changed, 1886 insertions(+), 8 deletions(-) create mode 100644 lib/Target/AMDGPU/SIInsertWaitcnts.cpp