This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dcf9b1dd5ec [AArch64] add SLP test based on TSVC; NFC new 1dedb741f3e [Hexagon] Add patterns for compares of i1 values new 69cad521774 [ARM] add loop vectorizer test based on 482.sphinx3 from SP [...]
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/Hexagon/HexagonPatterns.td | 6 +- test/CodeGen/Hexagon/isel-setcc-i1.ll | 27 +++++ test/Transforms/LoopVectorize/ARM/sphinx.ll | 165 ++++++++++++++++++++++++++++ 3 files changed, 196 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/Hexagon/isel-setcc-i1.ll create mode 100644 test/Transforms/LoopVectorize/ARM/sphinx.ll