This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bc547571e75 [AMDGPU] Convert rcp to rcp_iflag new 480d03dbeb9 [X86] Rename the autoupgraded of packed fp compare and fpcl [...] new 966cfbb5c29 [X86][SSE] Add missing AVX512 rotation tests
The 2 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: include/llvm/IR/IntrinsicsX86.td | 24 +- lib/IR/AutoUpgrade.cpp | 176 +++--- lib/Target/X86/X86IntrinsicsInfo.h | 26 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 12 +- test/CodeGen/X86/avx512-cmp-kor-sequence.ll | 10 +- test/CodeGen/X86/avx512-intrinsics.ll | 14 +- test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll | 12 +- test/CodeGen/X86/avx512dq-intrinsics.ll | 20 +- .../CodeGen/X86/avx512dqvl-intrinsics-fast-isel.ll | 24 +- test/CodeGen/X86/avx512dqvl-intrinsics.ll | 40 +- test/CodeGen/X86/avx512vl-intrinsics.ll | 16 +- test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 26 +- test/CodeGen/X86/stack-folding-fp-avx512.ll | 8 +- test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 16 +- test/CodeGen/X86/vector-rotate-128.ll | 528 +++++++++++++---- test/CodeGen/X86/vector-rotate-256.ll | 637 +++++++++++++++++---- test/CodeGen/X86/vector-rotate-512.ll | 8 +- .../InstCombine/X86/X86FsubCmpCombine.ll | 72 +-- 18 files changed, 1167 insertions(+), 502 deletions(-)