[PATCH] D49194: [WebAssembly] Add tests for weaker memory consistency orderings

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 09:16:30 PDT 2018


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

Currently all wasm atomic memory access instructions are sequentially
consistent, so even if LLVM IR specifies weaker orderings than that, we
should upgrade them to sequential ordering and treat them in the same
way.


Repository:
  rL LLVM

https://reviews.llvm.org/D49194

Files:
  test/CodeGen/WebAssembly/atomic-mem-consistency.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49194.155019.patch
Type: text/x-patch
Size: 4959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180711/3145b020/attachment.bin>


More information about the llvm-commits mailing list