[all-commits] [llvm/llvm-project] 5ebdd8: [PowerPC] Simplify PPCSubtarget
Kai Nacke via All-commits
all-commits at lists.llvm.org
Thu Dec 15 07:09:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ebdd838fb9c35d1dcc823aaddb1daec10af09e5
https://github.com/llvm/llvm-project/commit/5ebdd838fb9c35d1dcc823aaddb1daec10af09e5
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M llvm/lib/Target/PowerPC/PPC.td
M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
M llvm/lib/Target/PowerPC/PPCSubtarget.h
Log Message:
-----------
[PowerPC] Simplify PPCSubtarget
The flags, initialization of the flags, and the getter methods for
features defined in PPC.td can be generated by TableGen.
Reviewed By: shchenz
Differential Revision: https://reviews.llvm.org/D140028
More information about the All-commits
mailing list