This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b2b31f26309 [benchmark] Silence warning by applying upstream patch new b9a5b63789f [X86][SSE] Improve variable scalar shift of vXi8 vectors (PR34694)
The 1 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 | 71 ++++++-- test/CodeGen/X86/vector-rotate-512.ll | 92 ++++------- test/CodeGen/X86/vector-shift-ashr-128.ll | 252 +++++++---------------------- test/CodeGen/X86/vector-shift-ashr-256.ll | 258 +++++++++--------------------- test/CodeGen/X86/vector-shift-ashr-512.ll | 95 +++-------- test/CodeGen/X86/vector-shift-lshr-128.ll | 143 +++++------------ test/CodeGen/X86/vector-shift-lshr-256.ll | 140 +++++----------- test/CodeGen/X86/vector-shift-lshr-512.ll | 55 ++----- test/CodeGen/X86/vector-shift-shl-128.ll | 133 ++++----------- test/CodeGen/X86/vector-shift-shl-256.ll | 128 +++++---------- test/CodeGen/X86/vector-shift-shl-512.ll | 48 ++---- 11 files changed, 415 insertions(+), 1000 deletions(-)