[PATCH] D96394: [AVR] Improve inline assembly

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 20:24:14 PST 2021


benshi001 added a comment.

The constraints l/d/a should all accept the i16 type.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96394/new/

https://reviews.llvm.org/D96394



More information about the llvm-commits mailing list