[PATCH] D107502: [WebAssembly] Legalize vector types by widening

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 20:42:08 PDT 2021


tlively updated this revision to Diff 367102.
tlively added a comment.

- Remove obsolete narrowing store support
- Widen vector types more selectively
- Move getPreferredVectorAction impl from .h to .cpp


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107502/new/

https://reviews.llvm.org/D107502

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
  llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  llvm/test/CodeGen/WebAssembly/simd-concat.ll
  llvm/test/CodeGen/WebAssembly/simd-extending.ll
  llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
  llvm/test/CodeGen/WebAssembly/simd-nonconst-sext.ll
  llvm/test/CodeGen/WebAssembly/simd-offset.ll
  llvm/test/CodeGen/WebAssembly/simd-scalar-to-vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107502.367102.patch
Type: text/x-patch
Size: 36715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210818/6645bb50/attachment.bin>


More information about the llvm-commits mailing list