This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb6ecd40572 [X86] Fix some inconsistencies in the itineraries and Sched [...] new e999114a775 [ARM] Expand long shifts for Thumb1 to __aeabi_ calls new 6ca23fea811 Revert r321751, "StructurizeCFG: Fix broken backedge detection"
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/ARM/ARMISelLowering.cpp | 7 ++ lib/Transforms/Scalar/StructurizeCFG.cpp | 110 +++++++++++++----- test/CodeGen/AMDGPU/multilevel-break.ll | 3 +- test/CodeGen/AMDGPU/nested-loop-conditions.ll | 127 +++++++-------------- test/CodeGen/ARM/shift-i64.ll | 15 +++ .../StructurizeCFG/AMDGPU/backedge-id-bug.ll | 1 + test/Transforms/StructurizeCFG/bug36015.ll | 53 +++++++++ .../Transforms/StructurizeCFG/nested-loop-order.ll | 83 +++++--------- 8 files changed, 227 insertions(+), 172 deletions(-) create mode 100644 test/Transforms/StructurizeCFG/bug36015.ll