This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 04b2a60 [AVX-512] Add -show-mc-encoding to legacy vector intrinsic te [...] new c67db1e [AVX-512] Lower SSE/AVX cvtdq2ps intrinsics directly to ISD:: [...] new 197ca31 [AVX-512] Lower AVX cvtpd2ps intrinsic to ISD::FP_ROUND so it [...] new ac00b70 [AVX-512] Add avx512vl command line to the fpext test and add [...] new e7c8559 [AVX-512] Add missing EVEX version of pattern for (v2f64 (ext [...]
The 4 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 | 7 +- lib/Target/X86/X86InstrAVX512.td | 2 + lib/Target/X86/X86InstrSSE.td | 32 +---- lib/Target/X86/X86IntrinsicsInfo.h | 10 +- test/CodeGen/X86/avx-intrinsics-x86.ll | 28 ++-- test/CodeGen/X86/sse2-intrinsics-x86.ll | 13 +- test/CodeGen/X86/vec_fpext.ll | 226 +++++++++++++++++++++----------- 7 files changed, 194 insertions(+), 124 deletions(-)