[all-commits] [llvm/llvm-project] cadeb8: [AVR][NFC] Remove redundant target feature PROGMEM
Ben Shi via All-commits
all-commits at lists.llvm.org
Sun Jan 29 19:30:15 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cadeb8720bbd6d7273eb27a2c3bf99adfeb0333e
https://github.com/llvm/llvm-project/commit/cadeb8720bbd6d7273eb27a2c3bf99adfeb0333e
Author: Ben Shi <powerman1st at 163.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M llvm/lib/Target/AVR/AVRAsmPrinter.cpp
M llvm/lib/Target/AVR/AVRDevices.td
M llvm/lib/Target/AVR/AVRSubtarget.h
Log Message:
-----------
[AVR][NFC] Remove redundant target feature PROGMEM
The functionality of FeaturePROGMEM is all equivalant to FeatureLPM.
Reviewed By: Chenbing.Zheng, aykevl
Differential Revision: https://reviews.llvm.org/D141242
More information about the All-commits
mailing list