This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9f072db Add a comment on StringRef::contains(char) new 1239ce3 [AVX-512] Remove duplicate instructions for converting intege [...] new a7c6d16 [AVX-512] Add the scalar unsigned integer to fp conversion in [...] new d064828 [AVX-512] Add rounding versions of instructions to hasUndefRe [...] new 7913ebb [AVX-512] Fix some patterns predicates to properly enforce pr [...] new 444f89a [AVX-512] Replace get512BitSuperRegister with calls to Target [...] new 277575f [X86] Remove patterns for scalar_to_vector from FR32/FR64 to [...] new 8ab193a [X86] Remove what appears to be leftover MMX code involving ( [...]
The 7 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 | 4 -- lib/Target/X86/X86InstrAVX512.td | 40 +++++++++-------- lib/Target/X86/X86InstrInfo.cpp | 51 ++++++++++++++++------ lib/Target/X86/X86InstrSSE.td | 12 ++---- lib/Target/X86/X86RegisterInfo.cpp | 10 ----- lib/Target/X86/X86RegisterInfo.h | 3 -- test/CodeGen/X86/avx512-cvt.ll | 24 +++++------ test/CodeGen/X86/avx512vl-intrinsics.ll | 4 +- test/CodeGen/X86/vec_int_to_fp.ll | 76 ++++++++++++++++----------------- 9 files changed, 117 insertions(+), 107 deletions(-)