This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f14481850f5 [IPO][AVR] Create new Functions in the default address spac [...] new 20b2043d8be [X86][SSE] Add 128-bit vector funnel shift tests
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: test/CodeGen/X86/vector-fshl-128.ll | 2609 ++++++++++++++++++++++++++++++ test/CodeGen/X86/vector-fshl-rot-128.ll | 2219 ++++++++++++++++++++++++++ test/CodeGen/X86/vector-fshr-128.ll | 2622 +++++++++++++++++++++++++++++++ test/CodeGen/X86/vector-fshr-rot-128.ll | 2217 ++++++++++++++++++++++++++ 4 files changed, 9667 insertions(+) create mode 100644 test/CodeGen/X86/vector-fshl-128.ll create mode 100644 test/CodeGen/X86/vector-fshl-rot-128.ll create mode 100644 test/CodeGen/X86/vector-fshr-128.ll create mode 100644 test/CodeGen/X86/vector-fshr-rot-128.ll