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

            Bug ID: 33115
           Summary: Integrated assembler needs updating for PowerPC64
                    tlbiel optional L arg
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: PowerPC
          Assignee: unassignedb...@nondot.org
          Reporter: an...@samba.org
                CC: llvm-bugs@lists.llvm.org

The Linux kernel uses tlbiel instructions with the optional L arg:

tlbiel 3,0
tlbiel 3,1

The integrated assembler doesn't like it:

testcase.S:1:10: error: invalid operand for instruction
tlbiel 3,0
         ^
testcase.S:2:10: error: invalid operand for instruction
tlbiel 3,1
         ^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to