[PATCH] D50597: [WebAssembly] SIMD extract_lane

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 10 22:58:27 PDT 2018


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

Implement instruction selection for all versions of the extract_lane
instruction. Use explicit sext/zext to differentiate between
extract_lane_s and extract_lane_u for applicable types, otherwise
default to extract_lane_u.

Patch by Thomas Lively


Repository:
  rL LLVM

https://reviews.llvm.org/D50597

Files:
  lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  test/CodeGen/WebAssembly/simd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50597.160227.patch
Type: text/x-patch
Size: 8861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180811/a078148d/attachment.bin>


More information about the llvm-commits mailing list