[llvm-bugs] [Bug 33115] New: Integrated assembler needs updating for PowerPC64 tlbiel optional L arg

via llvm-bugs llvm-bugs at lists.llvm.org
Sat May 20 20:38:47 PDT 2017


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: unassignedbugs at nondot.org
          Reporter: anton at samba.org
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170521/e064ac2b/attachment.html>


More information about the llvm-bugs mailing list