This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4dde563ddf1 [X86] Apply SlowIncDec feature to Sandybridge/Ivybridge CPU [...] new d3803a94042 [AVX512] Use 256-bit extract instructions for extracting bi [...]
The 1 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 | 58 ++++++++ test/CodeGen/X86/avx512-cvt.ll | 4 +- test/CodeGen/X86/avx512-insert-extract.ll | 20 +-- test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 2 +- test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 48 +++---- test/CodeGen/X86/pr29112.ll | 4 +- test/CodeGen/X86/vec_int_to_fp.ll | 8 +- test/CodeGen/X86/vector-compare-results.ll | 168 ++++++++++++------------ test/CodeGen/X86/vector-idiv-sdiv-512.ll | 12 +- test/CodeGen/X86/vector-idiv-udiv-512.ll | 12 +- test/CodeGen/X86/vector-shuffle-512-v16.ll | 10 +- test/CodeGen/X86/vector-shuffle-512-v32.ll | 2 +- test/CodeGen/X86/vector-shuffle-512-v8.ll | 8 +- test/CodeGen/X86/vector-shuffle-v1.ll | 4 +- 14 files changed, 209 insertions(+), 151 deletions(-)