[llvm-bugs] [Bug 37488] wasm32: Codegen bug at O2 for llc

via llvm-bugs llvm-bugs at lists.llvm.org
Wed May 16 17:18:02 PDT 2018


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

Dan Gohman <dan433584 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Dan Gohman <dan433584 at gmail.com> ---
This turned out to be a copy+pasto; i64.load16_u was getting encoded with
i64.load16_s's opcode. Fixed in r332561.

-- 
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/20180517/34625a56/attachment.html>


More information about the llvm-bugs mailing list