[llvm-bugs] [Bug 38632] wasm32: atomic_notify intrinsic disagrees with Gecko/wabt implementations

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 20 17:06:53 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38632

Heejin Ahn <aheejin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aheejin at gmail.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Heejin Ahn <aheejin at gmail.com> ---
Turned out that we once changed the type of the wake count from i32 to i64 and
then decided to revert it back to i32, but the spec was not update accordingly.
Fixed in the following commits:
https://reviews.llvm.org/rL340234
https://reviews.llvm.org/rL340235
https://github.com/WebAssembly/threads/commit/a8b68bbb0c90f66816c8073f6a3f9ef23f94d41f

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180821/f8583d5b/attachment.html>


More information about the llvm-bugs mailing list