This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d8c8d742377 [x86/SLH] Fix an unused variable warning in release builds [...] new 40a777270d9 [X86] Merge the FR128 and VR128 regclass since they have id [...]
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/X86ISelLowering.cpp | 6 +- lib/Target/X86/X86InstrAVX512.td | 290 ++++++++++++----------- lib/Target/X86/X86InstrCompiler.td | 2 +- lib/Target/X86/X86InstrFMA.td | 24 +- lib/Target/X86/X86InstrSSE.td | 292 +++++++++++++----------- lib/Target/X86/X86InstrVecCompiler.td | 2 +- lib/Target/X86/X86RegisterInfo.td | 10 +- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 52 ++--- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 160 ++++++------- test/CodeGen/X86/avx512-intrinsics.ll | 140 ++++++------ test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 4 +- test/CodeGen/X86/avx512dq-intrinsics.ll | 8 +- test/CodeGen/X86/avx512vl-intrinsics.ll | 104 ++++----- test/CodeGen/X86/buildvec-insertvec.ll | 8 +- test/CodeGen/X86/domain-reassignment.mir | 8 +- test/CodeGen/X86/haddsub-2.ll | 44 ++-- test/CodeGen/X86/half.ll | 16 +- test/CodeGen/X86/merge-consecutive-loads-128.ll | 16 +- test/CodeGen/X86/pr29112.ll | 20 +- test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 52 ++--- test/CodeGen/X86/sse1.ll | 8 +- test/CodeGen/X86/sse3-avx-addsub-2.ll | 77 +++---- test/CodeGen/X86/var-permute-128.ll | 34 +-- test/CodeGen/X86/vec_int_to_fp.ll | 84 +++---- test/CodeGen/X86/vector-shuffle-variable-128.ll | 20 +- test/CodeGen/X86/vector-sqrt.ll | 12 +- 26 files changed, 753 insertions(+), 740 deletions(-)