avr-llvm / llvm

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

Fix parsing of MOVW instruction #84

Closed dylanmckay closed 9 years ago

dylanmckay commented 9 years ago

The MOVW instruction does not get parsed properly.

Once this instruction is fixed, take the XFAIL attribute from test/MC/AVR/inst-movw.s.

The AVR gas assembler syntax if full of ambiguities, which makes this difficult.

agnat commented 9 years ago

On the branch above the movw instruction is parsed and encoded correctly.