[PATCH] D28381: [WebAssembly] Always inline atomics

Derek Schuff via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 08:34:25 PST 2017


dschuff added a comment.

Making it guarded by thread model makes sense, although I'm not exactly sure whether emscripten sets that or not. But even when we do start prototyping actual atomics, I had assumed we'd be defining i64 atomics symmetrically along with i32 atomics, in which case we wouldn't be emitting libcalls anyway.


https://reviews.llvm.org/D28381





More information about the cfe-commits mailing list