[PATCH] D119807: [AVR][MC] Emit some aliases for GPRs and IO registers
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 17:35:20 PDT 2022
aykevl added a comment.
I think there is one issue in the test. Other than that, this looks good to me.
================
Comment at: llvm/test/MC/AVR/registers.s:7-10
+.set __tmp_reg__, 0
+.set __zero_reg__, 1
+.set __SREG__, 63
+
----------------
I don't think this should be needed? The goal of this patch is to avoid the need for these aliases, after all.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119807/new/
https://reviews.llvm.org/D119807
More information about the llvm-commits
mailing list