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

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 11:23:19 PDT 2018


aheejin added a comment.

Does `atomic.wake` possibly load the given address? It is marked as such for now to be safe. Would it have any problems, or would it be unnecessary?


Repository:
  rL LLVM

https://reviews.llvm.org/D49395





More information about the llvm-commits mailing list