This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1cedae7c8d0 Fix some misc. -enable-var-scope violations new fa371074cbd [X86] Split VRNDSCALE/VREDUCE/VGETMANT/VRANGE ISD nodes int [...] new e6cdd204029 [X86] Use EVEX encoded VRNDSCALE instructions to implement [...] new 5f9380c9267 [X86] Use sse_load_f32/f64 in patterns for the memory forms [...]
The 3 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 | 73 +++++++++++++++++++++++--- lib/Target/X86/X86ISelLowering.h | 10 ++-- lib/Target/X86/X86InstrAVX512.td | 89 ++++++++++++++++--------------- lib/Target/X86/X86InstrFragmentsSIMD.td | 31 ++++++++--- lib/Target/X86/X86InstrSSE.td | 55 +++++++++---------- lib/Target/X86/X86IntrinsicsInfo.h | 85 ++++++++++++++++-------------- test/CodeGen/X86/avx-intrinsics-x86.ll | 26 ++++++--- test/CodeGen/X86/avx-schedule.ll | 8 +-- test/CodeGen/X86/sse41-intrinsics-x86.ll | 68 ++++++++++++++++-------- test/CodeGen/X86/sse41-schedule.ll | 16 +++--- test/CodeGen/X86/vec_ss_load_fold.ll | 90 ++++++++++++++++++++++---------- 11 files changed, 352 insertions(+), 199 deletions(-)