This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f66e35e8c00 [ORC] Consume unhandled errors in unit test. new bb3be36c554 [RISCV] Introduce alu8.ll and alu16.ll tests new 2e1904606dc [IAI,LV] Avoid creating interleave-groups for predicated accesse
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/Analysis/VectorUtils.cpp | 4 +- test/CodeGen/RISCV/alu16.ll | 214 +++++++++++++++++++++++ test/CodeGen/RISCV/alu8.ll | 198 +++++++++++++++++++++ test/Transforms/LoopVectorize/X86/x86-pr39099.ll | 60 +++++++ test/Transforms/LoopVectorize/pr39099.ll | 42 +++++ 5 files changed, 517 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/RISCV/alu16.ll create mode 100644 test/CodeGen/RISCV/alu8.ll create mode 100644 test/Transforms/LoopVectorize/X86/x86-pr39099.ll create mode 100644 test/Transforms/LoopVectorize/pr39099.ll