[all-commits] [llvm/llvm-project] a1b8b0: [WebAssembly] Fix i8x16.popcnt opcode

Thomas Lively via All-commits all-commits at lists.llvm.org
Mon Mar 29 17:23:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a1b8b0739a343da61b29c408f5cbbc90a6c8659c
      https://github.com/llvm/llvm-project/commit/a1b8b0739a343da61b29c408f5cbbc90a6c8659c
  Author: Thomas Lively <tlively at google.com>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/test/MC/WebAssembly/simd-encodings.s

  Log Message:
  -----------
  [WebAssembly] Fix i8x16.popcnt opcode

When I updated the SIMD opcodes in f5764a8654e3, I accidentally missed updating
i8x16.popcnt. This patch fixes the omission.

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




More information about the All-commits mailing list