This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 650a66f [SCCP] Remove manual folding of terminator instructions. new 09082bb [X86] Add an additional CHECK prefix to a test. Some of the c [...] new 914a8e7 [X86] Fix the execution domain for scalar SQRT intrinsic inst [...] new bb0ec0e [AVX-512] Fix execution domain of scalar VRANGE/REDUCE/GETMAN [...] new 3703247 [AVX-512] Fix the execution domain for VSCALEF instructions. new 7a7f627 [AVX-512] Use update_llc_test_checks.py to regenerate a test. new b1620f1 [AVX-512] Fix execution domain for VPMADD52 instructions. new b64325c [AVX-512] Disable the redundant patterns in the VPBROADCASTBr [...] new f46e01b [AVX-512] Fix the execution domain for AVX-512 integer broadcasts. new d9d7615 [AVX-512] Fix execution domain for vmovhpd/lpd/hps/lps. new bcfde2a [AVX-512] Fix execution domain for scalar commutable min/max [...] new ca75ea3 [X86] Fix execution domain for cmpss/sd instructions.
The 11 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 | 41 +++-- lib/Target/X86/X86InstrSSE.td | 12 +- test/CodeGen/X86/avx2-vbroadcast.ll | 8 +- test/CodeGen/X86/avx512ifma-intrinsics.ll | 97 ++++++----- test/CodeGen/X86/avx512ifmavl-intrinsics.ll | 32 ++-- test/CodeGen/X86/fast-isel-select-sse.ll | 80 +++++----- test/CodeGen/X86/fp-select-cmp-and.ll | 32 ++-- test/CodeGen/X86/logical-load-fold.ll | 4 +- test/CodeGen/X86/merge-consecutive-loads-256.ll | 2 +- test/CodeGen/X86/sse-minmax.ll | 204 ++++++++++++------------ test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 4 +- test/CodeGen/X86/sse2-intrinsics-x86.ll | 25 ++- test/Transforms/LoopVectorize/X86/avx512.ll | 2 +- 13 files changed, 283 insertions(+), 260 deletions(-)