[PATCH] D141242: [AVR][NFC] Remove redundant target feature PROGMEM

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 8 17:23:27 PST 2023


benshi001 added inline comments.


================
Comment at: llvm/lib/Target/AVR/AVRDevices.td:206
 def FamilyXMEGA : Family<"xmega",
-                         [FamilyAVR0, FeatureLPM, FeaturePROGMEM, FeatureIJMPCALL,
                           FeatureADDSUBIW, FeatureSRAM, FeatureJMPCALL,
----------------
We can see each apperance of `FeaturePROGMEM` is accompany with `FeatureLPM`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141242



More information about the llvm-commits mailing list