[PATCH] D49395: [WebAssembly] Support for atomic.wait / atomic.wake instructions

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 16 12:14:43 PDT 2018


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

This adds support for atomic.wait / atomic.wake instructions in the wasm
thread proposal.


Repository:
  rL LLVM

https://reviews.llvm.org/D49395

Files:
  include/llvm/IR/IntrinsicsWebAssembly.td
  lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
  test/CodeGen/WebAssembly/atomic-wait-wake.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49395.155736.patch
Type: text/x-patch
Size: 4507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180716/6917efa3/attachment.bin>


More information about the llvm-commits mailing list