This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a87575ecca9 [codeview] Remove dead code new c839b30eff4 Add missing include. new 53fdce9a566 [WebAssembly][NFC] Move SIMD encoding tests to dedicated file new bc154d861ef [PowerPC] Fix the calling convention for i1 arguments on PPC32
The 3 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: include/llvm/DebugInfo/PDB/Native/SymbolCache.h | 1 + lib/Target/PowerPC/PPCISelLowering.cpp | 20 +- .../PowerPC/ppc32-i1-stack-arguments-abi-bug.ll | 24 + test/CodeGen/WebAssembly/simd-arith.ll | 372 ++++----- test/CodeGen/WebAssembly/simd-comparisons.ll | 438 +++++------ test/CodeGen/WebAssembly/simd-conversions.ll | 6 +- test/CodeGen/WebAssembly/simd-offset.ll | 846 +++++++++------------ test/CodeGen/WebAssembly/simd.ll | 430 +++++------ test/MC/WebAssembly/simd-encodings.s | 298 ++++++++ 9 files changed, 1321 insertions(+), 1114 deletions(-) create mode 100644 test/CodeGen/PowerPC/ppc32-i1-stack-arguments-abi-bug.ll create mode 100644 test/MC/WebAssembly/simd-encodings.s