This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce35dd2 MSSA: Factor out phi node placement new 7517ed2 AMDGPU: Split SILowerControlFlow into two pieces
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 | 5 +- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 22 +- lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/SIInsertSkips.cpp | 330 +++++++++++++++++++ lib/Target/AMDGPU/SIInstructions.td | 1 + lib/Target/AMDGPU/SILowerControlFlow.cpp | 512 ++++++++++-------------------- test/CodeGen/AMDGPU/else.ll | 8 +- test/CodeGen/AMDGPU/valu-i1.ll | 41 ++- 8 files changed, 555 insertions(+), 365 deletions(-) create mode 100644 lib/Target/AMDGPU/SIInsertSkips.cpp