[PATCH] D96394: [AVR] Improve inline assembly
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 4 03:39:52 PST 2021
aykevl added a comment.
Oh, I missed this comment.
In D96394#2553152 <https://reviews.llvm.org/D96394#2553152>, @benshi001 wrote:
> Though i32/i64 types are not supported currently, the inline asm for i8/i16 of llvm-avr
> get full comtability with avr-gcc by my patch.
>
> I will try to fix i32/i64 failure in inline-asm in the future.
What should `i32`/`i64` do? AVR only has registers up to 16 bits.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96394/new/
https://reviews.llvm.org/D96394
More information about the llvm-commits
mailing list