[all-commits] [llvm/llvm-project] 82a13d: [WebAssembly] Update relaxed SIMD opcodes and names
Thomas Lively via All-commits
all-commits at lists.llvm.org
Mon May 16 17:51:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82a13d05ab7184a93befe7c5c284b79596cd5fb3
https://github.com/llvm/llvm-project/commit/82a13d05ab7184a93befe7c5c284b79596cd5fb3
Author: Thomas Lively <tlively at google.com>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
M llvm/test/MC/WebAssembly/simd-encodings.s
Log Message:
-----------
[WebAssembly] Update relaxed SIMD opcodes and names
to reflect the latest state of the proposal:
https://github.com/WebAssembly/relaxed-simd/blob/main/proposals/relaxed-simd/Overview.md#binary-format.
Moves code around to match the instruction order from the proposal, but the only
functional changes are to the names and opcodes.
Reviewed By: aheejin
Differential Revision: https://reviews.llvm.org/D125726
More information about the All-commits
mailing list