[LLVMbugs] [Bug 13039] Thumb2 branch instruction is broken

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 19 07:53:06 PDT 2015


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

John Brawn <john.brawn.123 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |john.brawn.123 at gmail.com
         Resolution|---                         |FIXED

--- Comment #5 from John Brawn <john.brawn.123 at gmail.com> ---
This was fixed in r188067. Encoding 0x00 0xf0 0x00 0xb0 is now disassembled as:

    b.w    #4194304                @ encoding: [0x00,0xf0,0x00,0xb0]
                                        @ <MCInst #2324 t2B
                                        @  <MCOperand Imm:4194304>
                                        @  <MCOperand Imm:14>
                                        @  <MCOperand Reg:0>>

-- 
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/20150519/0c31d96d/attachment.html>


More information about the llvm-bugs mailing list