[PATCH] D48839: [WebAssembly] Support for atomic stores

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 09:40:36 PDT 2018


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

Add support for atomic store instructions.


Repository:
  rL LLVM

https://reviews.llvm.org/D48839

Files:
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
  lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
  lib/Target/WebAssembly/WebAssemblyInstrMemory.td
  lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
  test/CodeGen/WebAssembly/i32-load-store-alignment.ll
  test/CodeGen/WebAssembly/i64-load-store-alignment.ll
  test/CodeGen/WebAssembly/offset-atomics.ll
  test/CodeGen/WebAssembly/store-trunc-atomic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48839.153743.patch
Type: text/x-patch
Size: 26397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180702/3dc46453/attachment.bin>


More information about the llvm-commits mailing list