This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4a50c7f Reinstate "r292904 - [lit] Allow boolean expressions in REQUI [...] new 55e9554 [GlobalISel] Rename TargetGlobalISel.td to GISel/SelectionDAG [...] new c484c05 [GlobalISel] Generate selector for more integer binop patterns. new f541c74 [PM] Teach LoopUnroll to update the LPM infrastructure as it [...]
The 3 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: .../SelectionDAGCompat.td} | 16 +++ include/llvm/Target/Target.td | 8 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 37 +---- lib/Transforms/Scalar/LoopPassManager.cpp | 7 + lib/Transforms/Scalar/LoopUnrollPass.cpp | 75 ++++++++++- .../AArch64/GlobalISel/arm64-instructionselect.mir | 4 +- test/Transforms/LoopUnroll/basic.ll | 1 + test/Transforms/LoopUnroll/full-unroll-bad-cost.ll | 1 + test/Transforms/LoopUnroll/full-unroll-crashers.ll | 1 + .../LoopUnroll/full-unroll-heuristics-2.ll | 1 + .../LoopUnroll/full-unroll-heuristics-cmp.ll | 1 + .../LoopUnroll/full-unroll-heuristics-dce.ll | 1 + .../LoopUnroll/full-unroll-heuristics-geps.ll | 1 + .../LoopUnroll/full-unroll-heuristics-phi-prop.ll | 1 + .../LoopUnroll/full-unroll-keep-first-exit.ll | 1 + test/Transforms/LoopUnroll/revisit.ll | 150 +++++++++++++++++++++ test/Transforms/LoopUnroll/runtime-loop.ll | 3 + test/Transforms/LoopUnroll/runtime-loop1.ll | 3 + test/Transforms/LoopUnroll/runtime-loop2.ll | 3 + test/Transforms/LoopUnroll/runtime-loop3.ll | 1 + test/Transforms/LoopUnroll/runtime-loop5.ll | 3 + test/Transforms/LoopUnroll/unloop.ll | 2 +- .../LoopUnroll/update-loop-info-in-subloops.ll | 1 + 23 files changed, 280 insertions(+), 42 deletions(-) rename include/llvm/Target/{TargetGlobalISel.td => GlobalISel/SelectionDAGCompat.t [...] create mode 100644 test/Transforms/LoopUnroll/revisit.ll