This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1274b1caa2e DebugInfo: Put range base specifier entry functionality beh [...] new c28b6e32167 [AVX-512] Add unmasked subvector inserts and extract to the [...]
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/X86InstrInfo.cpp | 24 + test/CodeGen/X86/avx512-cvt.ll | 4 +- test/CodeGen/X86/avx512-extract-subvector.ll | 16 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 40 +- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 2 +- test/CodeGen/X86/avx512-vbroadcasti128.ll | 12 +- test/CodeGen/X86/masked_gather_scatter.ll | 8 +- test/CodeGen/X86/masked_memop.ll | 19 +- test/CodeGen/X86/merge-consecutive-loads-512.ll | 56 +- .../CodeGen/X86/shuffle-strided-with-offset-256.ll | 43 +- .../CodeGen/X86/shuffle-strided-with-offset-512.ll | 4 +- test/CodeGen/X86/subvector-broadcast.ll | 236 +++----- test/CodeGen/X86/vector-half-conversions.ll | 650 +++++++-------------- test/CodeGen/X86/vector-shuffle-256-v4.ll | 54 +- test/CodeGen/X86/vector-shuffle-256-v8.ll | 16 +- test/CodeGen/X86/vector-shuffle-512-v16.ll | 14 +- test/CodeGen/X86/vector-shuffle-512-v8.ll | 60 +- test/CodeGen/X86/vector-shuffle-avx512.ll | 4 +- 18 files changed, 461 insertions(+), 801 deletions(-)