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: unassignedb...@nondot.org
          Reporter: dylanmcka...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to