This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7faa79a499c [InstCombine] Check for out of range shift values using API [...] new aca5381bd12 StructurizeCFG: Fix broken backedge detection new 38a59d719de AMDGPU: Remove dead file
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/Target/AMDGPU/Processors.td | 12 - lib/Transforms/Scalar/StructurizeCFG.cpp | 110 ++------ test/CodeGen/AMDGPU/multilevel-break.ll | 3 +- test/CodeGen/AMDGPU/nested-loop-conditions.ll | 127 ++++++--- .../StructurizeCFG/AMDGPU/backedge-id-bug.ll | 301 +++++++++++++++++++++ .../StructurizeCFG}/AMDGPU/lit.local.cfg | 0 .../Transforms/StructurizeCFG/nested-loop-order.ll | 83 ++++-- 7 files changed, 473 insertions(+), 163 deletions(-) delete mode 100644 lib/Target/AMDGPU/Processors.td create mode 100644 test/Transforms/StructurizeCFG/AMDGPU/backedge-id-bug.ll copy test/{Analysis/CostModel => Transforms/StructurizeCFG}/AMDGPU/lit.local.cfg (100%)