[all-commits] [llvm/llvm-project] ea8dd3: [WebAssembly] Update v128.any_true

Thomas Lively via All-commits all-commits at lists.llvm.org
Sun Apr 11 11:13:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea8dd3ee2eb457a8c3975e1f64caa7a58169e02e
      https://github.com/llvm/llvm-project/commit/ea8dd3ee2eb457a8c3975e1f64caa7a58169e02e
  Author: Thomas Lively <tlively at google.com>
  Date:   2021-04-11 (Sun, 11 Apr 2021)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
    M llvm/test/CodeGen/WebAssembly/simd-reductions.ll
    M llvm/test/MC/Disassembler/WebAssembly/wasm.txt
    M llvm/test/MC/WebAssembly/simd-encodings.s

  Log Message:
  -----------
  [WebAssembly] Update v128.any_true

In the final SIMD spec, there is only a single v128.any_true instruction, rather
than one for each lane interpretation because the semantics do not depend on the
lane interpretation.

Differential Revision: https://reviews.llvm.org/D100241




More information about the All-commits mailing list