This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 67a801250fe [X86] Use EVEX encoded instructions for legacy scalar sqrt [...] new 105371319b2 [X86] Simplify command lines on the fma-instrinsics-x86.ll [...] new 9b9ae41a885 [X86] Add avx512vl command line to fma-instrinsics-x86.ll new af14030ea20 [X86] Add scalar FMA ISD nodes without rounding mode. NFC new f9f3d363763 [X86] Use EVEX encoded intrinsics for legacy FMA intrinsics [...]
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 | 43 +- lib/Target/X86/X86ISelLowering.h | 6 + lib/Target/X86/X86InstrAVX512.td | 49 +- lib/Target/X86/X86InstrFMA.td | 80 +-- lib/Target/X86/X86InstrFragmentsSIMD.td | 11 + lib/Target/X86/X86IntrinsicsInfo.h | 28 +- test/CodeGen/X86/fma-intrinsics-x86.ll | 874 ++++++++++++++++++++------------ 7 files changed, 681 insertions(+), 410 deletions(-)