[PATCH] D50277: [WebAssembly] Support for atomic fences

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 11:21:14 PDT 2019


tlively added inline comments.


================
Comment at: lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp:113
+
+        // Wasm does not have a fence instruction, but because all atomic
+        // instructions in wasm are sequentially consistent, we translate a
----------------
This looks over-indented. Am I missing something?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D50277/new/

https://reviews.llvm.org/D50277





More information about the llvm-commits mailing list