This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f59d699723b [X86] Remove avx512 isel patterns for fpextend+load. Prefer [...] new 3ec617f720c [X86] Copy a test case from avx512-cvt.ll to avx512-cvt-wid [...] new dc8366bdb3b [X86] Add test cases for a volatile load shrinking bug invo [...] new c76c879e751 [X86] Add test cases for failure to use 128-bit masked vcvt [...] new d5e571b1582 [X86] Remove patterns for X86VSintToFP/X86VUintToFP+loadv4f [...]
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/X86InstrAVX512.td | 63 ++----- lib/Target/X86/X86InstrSSE.td | 14 +- test/CodeGen/X86/avx512-cvt-widen.ll | 125 ++++++++++++++ test/CodeGen/X86/avx512-cvt.ll | 102 +++++++++++ test/CodeGen/X86/vec_int_to_fp-widen.ll | 294 +++++++++++++++++--------------- test/CodeGen/X86/vec_int_to_fp.ll | 294 +++++++++++++++++--------------- 6 files changed, 559 insertions(+), 333 deletions(-)