This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 77c8682 [X86][AVX2] Add AVX512 test targets to AVX2 shuffle combines. new eb973f7 [ARM] Correct SP/PC handling in t2MOVr new 3f5e9f4 [X86][AVX2] Fix VPBROADCASTQ folding on 32-bit targets. new e29ba7b [ARM] Correct SP/PC handling in t2MOVr new d0be5ae [X86][AVX] Rename shuffle combine tests to show combined shuf [...]
The 4 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/ARMInstrThumb2.td | 8 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 16 ++++ lib/Target/X86/X86InstrAVX512.td | 11 +++ lib/Target/X86/X86InstrSSE.td | 5 ++ test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 18 ++-- .../X86/vector-shuffle-combining-avx512bw.ll | 6 +- test/MC/ARM/thumb-mov.s | 100 +++++++++++++++++++++ 7 files changed, 147 insertions(+), 17 deletions(-) create mode 100644 test/MC/ARM/thumb-mov.s