[PATCH] D60365: [AVR] Fix codegen for rotate instructions
Daan Sprenkels via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 00:28:50 PST 2019
dsprenkels added a comment.
Awesome. Thanks for reviewing!
I don't have any push permissions. Can you (or somebody else) commit this patch?
I will likely start on the renaming of the instructions next, (see
> Perhaps it would make sense to rename the AVR ISD nodes (such as AVRrol and AVRror to AVRbrol AVRbror).
), and peephole optimization for shifts (using the `swap` instruction etc.).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60365/new/
https://reviews.llvm.org/D60365
More information about the llvm-commits
mailing list