[PATCH] D51765: [WebAssembly] SIMD comparisons

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 17:38:55 PDT 2018


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

Match the ordering semantics of non-vector comparisons. For
floating point comparisons that do not correspond to instructions, the
tests check that some vector comparison instruction was emitted but do
not care about the full implementation.


Repository:
  rL LLVM

https://reviews.llvm.org/D51765

Files:
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  test/CodeGen/WebAssembly/comparisons_simd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51765.164331.patch
Type: text/x-patch
Size: 24388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180907/b688aced/attachment.bin>


More information about the llvm-commits mailing list