[PATCH] D67250: [WebAssembly] Add fence in __wasm_init_memory
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 19:45:31 PDT 2019
aheejin added inline comments.
================
Comment at: lld/wasm/Writer.cpp:733
// (i32.const 2)
// )
// (drop
----------------
In sequentially consistent models, wouldn't this store serve as the fence anyway?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67250/new/
https://reviews.llvm.org/D67250
More information about the llvm-commits
mailing list