[all-commits] [llvm/llvm-project] 1f5d75: [AVR][NFC] Simplify AVRSubtarget
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Tue Jul 25 23:36:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f5d75c0bcd058752afd45df8fd374ff78a34937
https://github.com/llvm/llvm-project/commit/1f5d75c0bcd058752afd45df8fd374ff78a34937
Author: Jianjian GUAN <jacquesguan at me.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M llvm/lib/Target/AVR/AVRDevices.td
M llvm/lib/Target/AVR/AVRSubtarget.h
Log Message:
-----------
[AVR][NFC] Simplify AVRSubtarget
The flags, initialization of the flags, and the getter methods for features defined in AVR.td can be generated by TableGen.
Reviewed By: benshi001
Differential Revision: https://reviews.llvm.org/D155918
More information about the All-commits
mailing list