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

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 17:47:49 PDT 2018


aheejin updated this revision to Diff 158672.
aheejin added a comment.

Added `MOVolatile` flags to instructions and added comments


Repository:
  rL LLVM

https://reviews.llvm.org/D49395

Files:
  include/llvm/IR/IntrinsicsWebAssembly.td
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.h
  lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
  lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
  test/CodeGen/WebAssembly/offset-atomics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49395.158672.patch
Type: text/x-patch
Size: 22425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180802/35bf8746/attachment.bin>


More information about the llvm-commits mailing list