[PATCH] D119807: [AVR][MC] Emit some aliases for GPRs and IO registers

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 22:52:22 PST 2022


benshi001 added inline comments.


================
Comment at: llvm/lib/Target/AVR/AVRDevices.td:178
+def FamilyAVR4
+    : Family<"avr4",
+             [FamilyAVR2, FeatureMultiplication, FeatureMOVW, FeatureLPMX,
----------------
This is just re-format, no functional change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119807



More information about the llvm-commits mailing list