This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a6c37a9 [x86][inline-asm][llvm] accept 'v' constraint new 115e76c [AVX-512] Add an AVX512VL/BW command line to sse41-pmovxrm.ll [...] new 21c40c6 [AVX-512] Add test cases for AVX512 sign/zero extend instruct [...] new a9268c4 [AVX-512] Add missing pattern sext or zext from bytes to quad [...]
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/Target/X86/X86InstrAVX512.td | 2 + test/CodeGen/X86/avx2-pmovxrm.ll | 6 +- test/CodeGen/X86/avx512-pmovxrm.ll | 211 +++++++++++++++++++++++++++++++++++++ test/CodeGen/X86/sse41-pmovxrm.ll | 5 +- 4 files changed, 220 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/X86/avx512-pmovxrm.ll