This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1517e2e Try unbreaking the MSVC build. new b6b20e1 [LV] Scalarize operands of predicated instructions new c57b7e5 [X86][SSE] Force execution domain of 32-bit extractps/pextrd [...]
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/Transforms/Vectorize/LoopVectorize.cpp | 217 ++++++++++++++++++++- test/CodeGen/X86/stack-folding-fp-avx1.ll | 10 +- test/CodeGen/X86/stack-folding-fp-sse42.ll | 10 +- test/CodeGen/X86/stack-folding-int-avx1.ll | 8 +- test/CodeGen/X86/stack-folding-int-sse42.ll | 8 +- .../LoopVectorize/AArch64/aarch64-predication.ll | 63 ++++++ .../LoopVectorize/AArch64/predication_costs.ll | 148 +++++++++++++- .../LoopVectorize/X86/x86-predication.ll | 60 ++++++ test/Transforms/LoopVectorize/if-pred-non-void.ll | 54 +++++ test/Transforms/LoopVectorize/if-pred-stores.ll | 11 +- 10 files changed, 561 insertions(+), 28 deletions(-) create mode 100644 test/Transforms/LoopVectorize/AArch64/aarch64-predication.ll create mode 100644 test/Transforms/LoopVectorize/X86/x86-predication.ll