This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 409a3504e11 [not] Improve error reporting consistency. new b1c6e08d954 [WebAssembly] Lower select for vectors new 13799520884 [WebAssembly] Renumber and LEB128-encode SIMD opcodes
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: .../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 3 +- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 17 +- lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 254 +++++----- test/CodeGen/WebAssembly/simd-select.ll | 463 +++++++++++++++++ test/CodeGen/WebAssembly/simd-vselect.ll | 90 ---- test/MC/Disassembler/WebAssembly/wasm.txt | 4 +- test/MC/WebAssembly/simd-encodings.s | 554 ++++++++++----------- 7 files changed, 869 insertions(+), 516 deletions(-) create mode 100644 test/CodeGen/WebAssembly/simd-select.ll delete mode 100644 test/CodeGen/WebAssembly/simd-vselect.ll