[PATCH] D52325: [WebAssembly] SIMD min and max

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 14:39:00 PDT 2018


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

LLVM intrinsics to work toward making these instructions
available at the C language level for arbitrary pairs of vectors will
be added in a future CL. Depends on https://reviews.llvm.org/D52324.


Repository:
  rL LLVM

https://reviews.llvm.org/D52325

Files:
  lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  test/CodeGen/WebAssembly/simd-arith.ll
  test/MC/WebAssembly/simd-encodings.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52325.166364.patch
Type: text/x-patch
Size: 3770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180920/1969f32d/attachment.bin>


More information about the llvm-commits mailing list