This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 310dd3e Type legalization for compressstore and expandload intrinsics. new e547b01 [X86][AVX512] Add support for v4i64 fptosi/fptoui/sitofp/uito [...]
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 | 8 +- lib/Target/X86/X86InstrAVX512.td | 42 +++++++ lib/Target/X86/X86TargetTransformInfo.cpp | 4 + test/Analysis/CostModel/X86/fptosi.ll | 6 +- test/Analysis/CostModel/X86/sitofp.ll | 4 +- test/CodeGen/X86/vec_fp_to_int.ll | 84 +++----------- test/CodeGen/X86/vec_int_to_fp.ll | 168 ++++++---------------------- test/Transforms/SLPVectorizer/X86/sitofp.ll | 98 +++++++++++----- 8 files changed, 178 insertions(+), 236 deletions(-)