[LLVMbugs] [Bug 19880] New: Powerpc generating bass assembly language instructions.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed May 28 12:08:30 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19880

            Bug ID: 19880
           Summary: Powerpc  generating bass assembly language
                    instructions.
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: rich at pennware.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

[~] dev% ~/llvm-dir/bin/llc PPCInstrInfo.ll
[~] dev% ~/ellcc/bin/ppc-elf-as PPCInstrInfo.s
PPCInstrInfo.s: Assembler messages:
PPCInstrInfo.s:1939: Error: operand out of range (49 is not between 0 and 31)
PPCInstrInfo.s:19934: Error: operand out of range (73 is not between 0 and 31)
PPCInstrInfo.s:20010: Error: operand out of range (49 is not between 0 and 31)
[~] dev%

Error lines:
1939:
        add 28, 29, 49

19934:
        add 18, 22, 73  

20010:
        add 18, 22, 49

-- 
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/20140528/d9b3fdb8/attachment.html>


More information about the llvm-bugs mailing list