This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 213f249 [AArch64] Remove mcpu option as this test is not target speci [...] new f6f4d23 [ThinLTO] Add parenthesis as per build warning new b021632 [X86] Optimize vector shifts with variable but uniform shift amounts
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: lib/Target/X86/X86ISelLowering.cpp | 38 +++++++++++-------- lib/Transforms/Utils/FunctionImportUtils.cpp | 5 +-- test/CodeGen/X86/lower-vec-shift-2.ll | 18 +++------ test/CodeGen/X86/vector-rotate-128.ll | 2 - test/CodeGen/X86/vector-shift-ashr-128.ll | 56 ++++++++++++---------------- test/CodeGen/X86/vector-shift-ashr-256.ll | 30 +++++---------- test/CodeGen/X86/vector-shift-ashr-512.ll | 9 ++--- test/CodeGen/X86/vector-shift-lshr-128.ll | 30 +++++---------- test/CodeGen/X86/vector-shift-lshr-256.ll | 30 +++++---------- test/CodeGen/X86/vector-shift-lshr-512.ll | 9 ++--- test/CodeGen/X86/vector-shift-shl-128.ll | 30 +++++---------- test/CodeGen/X86/vector-shift-shl-256.ll | 30 +++++---------- test/CodeGen/X86/vector-shift-shl-512.ll | 9 ++--- test/CodeGen/X86/vshift-4.ll | 2 - 14 files changed, 112 insertions(+), 186 deletions(-)