[PATCH] D116493: [AVR] Generate ELPM for loading byte/word from extended program memory
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 18 08:07:25 PST 2022
aykevl added a comment.
I found out that avr-gcc does not support reusing the same `ldi` instruction for multiple `elpm` instructions, so if we can do that, we're better than avr-gcc :)
https://godbolt.org/z/Yzhaj7e54
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116493/new/
https://reviews.llvm.org/D116493
More information about the llvm-commits
mailing list