[all-commits] [llvm/llvm-project] 34db3c: [WebAssembly] SIMD integer abs instructions

Thomas Lively via All-commits all-commits at lists.llvm.org
Thu Mar 19 17:34:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 34db3c3a1847e549c40bceb32c1bca8093eb3a8c
      https://github.com/llvm/llvm-project/commit/34db3c3a1847e549c40bceb32c1bca8093eb3a8c
  Author: Thomas Lively <tlively at google.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/test/CodeGen/WebAssembly/simd-arith.ll
    M llvm/test/MC/WebAssembly/simd-encodings.s

  Log Message:
  -----------
  [WebAssembly] SIMD integer abs instructions

Summary:
These were merged to the SIMD proposal in
https://github.com/WebAssembly/simd/pull/128.

Depends on D76397 to avoid merge conflicts.

Reviewers: aheejin

Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, sunfish, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list