This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c02a1216217 [AMDGPU][MC][GFX10] Enabled GFX10 assembly with arbitrary w [...] new 31ab4e43f9f [SelectionDAG] makeEquivalentMemoryOrdering - early out for [...] new 214f88cdcfb [llvm-objdump] Emit warning if --start-address/--stop-addre [...] new fe026dc23b7 [ARM] MVE compare vector splat combine
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: lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +- lib/Target/ARM/ARMInstrMVE.td | 12 + .../Thumb2/{mve-vcmpfz.ll => mve-vcmpfr.ll} | 3212 ++++++++++---------- test/CodeGen/Thumb2/{mve-vcmp.ll => mve-vcmpr.ll} | 406 +-- test/CodeGen/X86/pr42727.ll | 34 + .../warn-on-out-of-range-start-stop-address.test | 200 ++ tools/llvm-objdump/llvm-objdump.cpp | 37 + 7 files changed, 2191 insertions(+), 1712 deletions(-) copy test/CodeGen/Thumb2/{mve-vcmpfz.ll => mve-vcmpfr.ll} (53%) copy test/CodeGen/Thumb2/{mve-vcmp.ll => mve-vcmpr.ll} (52%) create mode 100644 test/CodeGen/X86/pr42727.ll create mode 100644 test/tools/llvm-objdump/warn-on-out-of-range-start-stop-address.test