[llvm-bugs] [Bug 30507] Disassembly asserts for certain invalid PowerPC instructions

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 9 12:12:13 PST 2018


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

Nemanja Ivanovic <nemanja.i.ibm at gmail.com> changed:

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

--- Comment #1 from Nemanja Ivanovic <nemanja.i.ibm at gmail.com> ---
This is fixed:

$ cat dis.enc 
0x7c 0x96 0x36 0x1d
0x7f 0x1f 0xce 0x5d
0x12 0xd0 0xe2 0x0d
0xfe 0x47 0xc0 0x0a

$ llvm-mc --disassemble dis.enc 
        .text
        mulli 9, 22, -27012
        rlwnm. 14, 14, 3, 29, 31
        twi 15, 2, -12270
        tdi 22, 0, 18430

-- 
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/20180309/f5f43b65/attachment.html>


More information about the llvm-bugs mailing list