This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d73322deb3b [AArch, PowerPC] add more tests for legal rotate ops; NFC new 406c0440c5f [LSV] Look through selects for consecutive addresses new 2b264247a9d [SelectionDAG] try to convert funnel shift directly to rota [...]
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/CodeGen/ISDOpcodes.h | 2 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 11 ++- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 77 ++++++++++++++---- test/CodeGen/AArch64/funnel-shift-rot.ll | 6 +- test/CodeGen/PowerPC/funnel-shift-rot.ll | 4 +- test/CodeGen/X86/funnel-shift-rot.ll | 8 +- .../LoadStoreVectorizer/AMDGPU/selects.ll | 95 ++++++++++++++++++++++ 7 files changed, 175 insertions(+), 28 deletions(-) create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/selects.ll