This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac9ca3b Avoid false dependencies of undef machine operands new 33ca8b8 [AVX512] Fix extractelement i1 lowering. The previous impleme [...] new 452ae8e Fixed VS2015 (Update 3) warning - differing const/volatile qu [...]
The 2 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/AArch64/AArch64CallLowering.h | 2 +- lib/Target/X86/X86ISelLowering.cpp | 45 +++--- lib/Target/X86/X86InstrAVX512.td | 18 +-- test/CodeGen/X86/avx512-ext.ll | 226 ++++++++++++++--------------- test/CodeGen/X86/avx512-insert-extract.ll | 110 ++++++++++++++ test/CodeGen/X86/avx512-mask-op.ll | 14 +- test/CodeGen/X86/avx512-vec-cmp.ll | 6 - test/CodeGen/X86/masked_gather_scatter.ll | 30 ++-- test/CodeGen/X86/masked_memop.ll | 18 +-- test/CodeGen/X86/vector-compare-results.ll | 4 - 10 files changed, 274 insertions(+), 199 deletions(-)