This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6033f8c97ab GlobalISel: Fix address space limit in LLT new 9c5eb835c18 [X86] Remove GCCBuiltins from 512-bit cvt(u)qqtops, cvt(u)q [...] new 3b13e88f273 Revert r352255 "[SelectionDAG][X86] Don't use SEXTLOAD for [...]
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: include/llvm/IR/IntrinsicsX86.td | 52 ++---------- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 +- lib/IR/AutoUpgrade.cpp | 55 +++++++------ lib/Target/X86/X86ISelLowering.cpp | 18 +---- lib/Target/X86/X86IntrinsicsInfo.h | 18 +---- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 48 ++++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 20 +++-- test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 96 +++++++++++++++++++++++ test/CodeGen/X86/avx512dq-intrinsics.ll | 40 ++++++---- test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 52 ++++++++++++ test/CodeGen/X86/avx512dqvl-intrinsics.ll | 36 +++++---- test/CodeGen/X86/masked_load.ll | 8 +- 12 files changed, 300 insertions(+), 145 deletions(-)