This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f14ad9a908a [X86] Use IMPLICIT_DEF in VEX/EVEX vcvtss2sd/vcvtsd2ss patt [...] new 60b616c374b [X86] Add AVX512VL command line to f16c intrinsic test to s [...] new 0c6a9e1d8e3 [X86] Add support for using EVEX instructions for the legac [...] new bfc01346197 [X86] Remove alignment from a load in the f16c intrinsic te [...] new 2765e2df21a [X86] Add a test for a 128-bit vector load feeding a cvtph2 [...] new 7f4581842bd [X86] Add patterns for folding a v16i8 with the VEX vcvtph2 [...] new c305f3d45a5 [X86] Add patterns to fold a 64-bit load into the EVEX vcvt [...]
The 6 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 | 1 + lib/Target/X86/X86ISelLowering.h | 2 +- lib/Target/X86/X86InstrAVX512.td | 48 +++--- lib/Target/X86/X86InstrFragmentsSIMD.td | 5 + lib/Target/X86/X86InstrSSE.td | 31 ++-- lib/Target/X86/X86IntrinsicsInfo.h | 10 +- test/CodeGen/X86/f16c-intrinsics.ll | 271 +++++++++++++++++++++++++------- 7 files changed, 273 insertions(+), 95 deletions(-)