[llvm-bugs] [Bug 32600] New: [PPC] Decoded branch operand out of range

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Apr 10 10:47:07 PDT 2017


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

            Bug ID: 32600
           Summary: [PPC] Decoded branch operand out of range
           Product: libraries
           Version: 3.9
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: PowerPC
          Assignee: unassignedbugs at nondot.org
          Reporter: nholcomb at wisc.edu
                CC: llvm-bugs at lists.llvm.org

Using LLVM to decode ppc64 instructions, the BT instruction operand can be
decoded as an out-of-range value.

Bytes: 41 80 80 00
Expected: bt 0, .-32768
Actual: bt 0, .+32768

Trying to assemble the decoding produced by LLVM using gas produced the error:
operand out of range (0x0000000000008000 is not between 0xffffffffffff8000 and
0x0000000000007ffc)

-- 
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/20170410/3e5efa65/attachment.html>


More information about the llvm-bugs mailing list