This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5ec1d71 [InstCombine] add tests to show missed vector folds; NFC new ef07090 [AVX-512] Fix register class in one of the gather/scatter mem [...] new 0091533 [AVX-512] Correct memory operand size for VPGATHERQPS and VPG [...] new ead90cd [AVX-512] Add more gather/scatter encoding test cases.
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/AsmParser/X86Operand.h | 3 + lib/Target/X86/X86InstrAVX512.td | 12 +-- lib/Target/X86/X86InstrInfo.td | 4 +- test/MC/X86/avx512-encodings.s | 48 ++++++++++++ test/MC/X86/avx512vl-encoding.s | 128 ++++++++++++++++++++++++++++++++ test/MC/X86/intel-syntax-avx512.s | 112 ++++++++++++++-------------- utils/TableGen/X86RecognizableInstr.cpp | 2 + 7 files changed, 246 insertions(+), 63 deletions(-)