avr-llvm / llvm

[MERGED UPSTREAM] AVR backend for the LLVM compiler library
220 stars 21 forks source link

Decoding conflicts when compiling #212

Open shepmaster opened 8 years ago

shepmaster commented 8 years ago

Got these when building; should I be worried?

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____________
dylanmckay commented 8 years ago

Nah, not major. I started work on the disassembler but it still has some work to do until all the kinks are ironed out