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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to