[PATCH] D50873: [WebAssembly] v128.const

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 15:45:10 PDT 2018


tlively created this revision.
tlively added reviewers: aheejin, dschuff, aardappel.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100.

This CL implements v128.const for each vector type. New operand types
are added to ensure the vector contents can be serialized without LEB
encoding.


Repository:
  rL LLVM

https://reviews.llvm.org/D50873

Files:
  lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
  lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  test/CodeGen/WebAssembly/simd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50873.161136.patch
Type: text/x-patch
Size: 15347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180816/72839640/attachment.bin>


More information about the llvm-commits mailing list