[llvm-bugs] [Bug 31337] New: Disassembler conflict warnings while compiling

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Dec 10 02:56:55 PST 2016


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

            Bug ID: 31337
           Summary: Disassembler conflict warnings while compiling
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: AVR
          Assignee: unassignedbugs at nondot.org
          Reporter: dylanmckay34 at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

When compiling the AVR backend, we always get the following warnings

This is like because we have several "alias" instructions defined as separate
instructions when they should in fact be aliases.

[113/580] Building AVRGenDisassemblerTables.inc...
Decoding Conflict:
                000011..........
                0000............
                00..............
                ................
        ADDRdRr 000011__________
        LSLRd 000011__________
Decoding Conflict:
                000111..........
                0001............
                00..............
                ................
        ADCRdRr 000111__________
        ROLRd 000111__________
Decoding Conflict:
                001000..........
                0010............
                00..............
                ................
        ANDRdRr 001000__________
        TSTRd 001000__________
Decoding Conflict:
                0110............
                01..............
                ................
        ORIRdK 0110____________
        SBRRdK 0110____________
Decoding Conflict:
                0111............
                01..............
                ................
        ANDIRdK 0111____________
        CBRRdK 0111____________

-- 
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/20161210/80f79358/attachment.html>


More information about the llvm-bugs mailing list