This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41079ac2534 [WebAssembly] Handle vector IMPLICIT_DEFs. new 6700bd314aa [WebAssembly] Process p2align operands for SIMD loads and stores new f4bf727b251 [WebAssembly] Lower vselect
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/WebAssembly/WebAssemblyISelLowering.cpp | 9 + .../WebAssembly/WebAssemblySetP2AlignOperands.cpp | 12 + .../WebAssembly/simd-load-store-alignment.ll | 534 +++++++++++++++++++++ test/CodeGen/WebAssembly/simd-offset.ll | 192 ++++---- test/CodeGen/WebAssembly/simd-vselect.ll | 90 ++++ 5 files changed, 741 insertions(+), 96 deletions(-) create mode 100644 test/CodeGen/WebAssembly/simd-load-store-alignment.ll create mode 100644 test/CodeGen/WebAssembly/simd-vselect.ll