avr-llvm / llvm

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

Implement FRMIDX pseudo instruction #114

Closed dylanmckay closed 9 years ago

dylanmckay commented 9 years ago

The instruction is supposed to be lower into an movw + adiw.

See AVRInstrInfo.td for more info.

agnat commented 9 years ago

I believe this is already handled here.

Maybe we should close the ... pseudo issues. Not that some helpful nerd starts working on them like I did with the asm-parser tickets...

dylanmckay commented 9 years ago

I opened these up without properly investigating them. I'll have a proper look now.

Not that some helpful nerd starts working on them like I did with the asm-parser tickets

That would be convenient ;)

dylanmckay commented 9 years ago

I closed this one but left the following three open.