[all-commits] [llvm/llvm-project] 18077e: [WebAssembly] Re-land 8392bf6000ad

Caleb Zulawski via All-commits all-commits at lists.llvm.org
Fri Jun 9 08:42:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 18077e9fd688443ca111111541e7e3a71236efd5
      https://github.com/llvm/llvm-project/commit/18077e9fd688443ca111111541e7e3a71236efd5
  Author: Caleb Zulawski <caleb.zulawski at gmail.com>
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
    A llvm/test/CodeGen/WebAssembly/simd-bitmask.ll
    M llvm/test/CodeGen/WebAssembly/simd-extending-convert.ll
    M llvm/test/CodeGen/WebAssembly/simd-extending.ll
    M llvm/test/CodeGen/WebAssembly/simd-offset.ll
    A llvm/test/CodeGen/WebAssembly/simd-vecreduce-bool.ll

  Log Message:
  -----------
  [WebAssembly] Re-land 8392bf6000ad

Correctly handle single-element vectors to fix an assertion failure. Add tests
that were missing from the original commit.

Differential Revision: D151782




More information about the All-commits mailing list