[PATCH] D51459: [WebAssembly][WIP] Vector conversions

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 14:28:39 PDT 2018


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

This unfinished CL lowers away bitconverts between vector
types in the common case but exposes some hairy stackification issues
when v2i64 and v2f64 are not enabled.


Repository:
  rL LLVM

https://reviews.llvm.org/D51459

Files:
  lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
  lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  lib/Target/WebAssembly/WebAssemblyUtilities.cpp
  test/CodeGen/WebAssembly/simd-conversions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51459.163193.patch
Type: text/x-patch
Size: 9423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180829/1b8cef49/attachment.bin>


More information about the llvm-commits mailing list