This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2280f2a3b1e [ARM] Formatting for ARMInstrMVE.td. NFC new 1ce104406f2 Add a couple of extra test noticed in post-commit discussio [...] new 7c120abd60b GlobalISel: Implement moreElementsVector for G_UNMERGE_VALU [...] new f9146197d4b [LoopPassManager + MemorySSA] Only enable use of MemorySSA [...]
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: include/llvm/Analysis/LoopAnalysisManager.h | 10 ++- include/llvm/Transforms/Scalar/LoopPassManager.h | 24 ++++-- lib/Analysis/LoopAnalysisManager.cpp | 2 +- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 20 +++++ lib/Passes/PassBuilder.cpp | 31 +++++--- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 2 +- test/Analysis/BasicAA/store-promote.ll | 10 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-anyext.mir | 17 +++-- test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 54 ++++++++----- test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir | 24 ++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 42 ++++++---- .../AMDGPU/GlobalISel/legalize-fcanonicalize.mir | 24 ++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir | 60 ++++++++++----- .../CodeGen/AMDGPU/GlobalISel/legalize-fmaxnum.mir | 60 +++++++++------ .../CodeGen/AMDGPU/GlobalISel/legalize-fminnum.mir | 60 +++++++++------ test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 42 ++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir | 24 ++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fpext.mir | 18 ++++- test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir | 36 ++++++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir | 72 +++++++++++------ test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 54 ++++++++----- test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir | 36 +++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir | 23 ++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 54 ++++++++----- .../AMDGPU/GlobalISel/legalize-shuffle-vector.mir | 89 +++++++++++++++++----- test/CodeGen/AMDGPU/GlobalISel/legalize-smax.mir | 74 +++++++++++------- test/CodeGen/AMDGPU/GlobalISel/legalize-smin.mir | 74 +++++++++++------- test/CodeGen/AMDGPU/GlobalISel/legalize-umax.mir | 42 ++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-umin.mir | 42 ++++++---- .../AMDGPU/GlobalISel/legalize-unmerge-values.mir | 21 +++-- test/CodeGen/AMDGPU/GlobalISel/legalize-zext.mir | 21 +++-- test/Transforms/InstCombine/icmp-sub.ll | 19 +++++ test/Transforms/LICM/argmemonly-call.ll | 6 +- test/Transforms/LICM/atomics.ll | 11 ++- test/Transforms/LICM/guards.ll | 33 +++++++- test/Transforms/LICM/hoist-deref-load.ll | 2 +- test/Transforms/LICM/hoist-phi.ll | 4 +- test/Transforms/LICM/promote-order.ll | 9 ++- test/Transforms/LICM/read-only-calls.ll | 5 +- test/Transforms/LICM/store-hoisting.ll | 3 +- test/Transforms/LoopInstSimplify/basic.ll | 2 +- test/Transforms/LoopRotate/basic.ll | 2 +- test/Transforms/LoopRotate/pr35210.ll | 2 +- .../SimpleLoopUnswitch/basictest-profmd.ll | 2 +- test/Transforms/SimpleLoopUnswitch/basictest.ll | 2 +- test/Transforms/SimpleLoopUnswitch/guards.ll | 2 +- test/Transforms/SimpleLoopUnswitch/msan.ll | 2 +- .../trivial-unswitch-iteration.ll | 2 +- .../SimpleLoopUnswitch/trivial-unswitch-profmd.ll | 2 +- .../SimpleLoopUnswitch/trivial-unswitch.ll | 2 +- test/Transforms/SimpleLoopUnswitch/update-scev.ll | 2 +- 51 files changed, 874 insertions(+), 402 deletions(-)