This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 382e5e701dd [InstCombine] fix binop (shuffle X), C --> shuffle (binop X [...] new 732896dd876 [AMDGPU] Fix handling of void types in isLegalAddressingMode new 27b0d8a7623 [X86][SSE] Add tests for vector rotates by splat variable.
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/AMDGPU/SIISelLowering.cpp | 2 +- test/CodeGen/AMDGPU/lsr-void.ll | 37 ++ test/CodeGen/X86/vector-rotate-128.ll | 770 ++++++++++++++++++++++++++++++++++ test/CodeGen/X86/vector-rotate-256.ll | 455 ++++++++++++++++++++ test/CodeGen/X86/vector-rotate-512.ll | 300 +++++++++++++ 5 files changed, 1563 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/AMDGPU/lsr-void.ll