[llvm] [ARM][AArch64] autogenerate header file for TargetParser from Target tablegen files (PR #88378)

Tomas Matheson via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 07:52:18 PDT 2024


================
@@ -144,7 +144,6 @@ void AArch64Subtarget::initializeProperties(bool HasMinSize) {
   case CortexA78C:
   case CortexR82:
   case CortexX1:
-  case CortexX1C:
----------------
tmatheson-arm wrote:

For AArch64 specifically, there is no `SubtargetFeature` corresponding to `CortexX1C`, and therefore `ARMProcFamily` can never be set to this value. There were a few enum values like this that could never be set.

https://github.com/llvm/llvm-project/pull/88378


More information about the llvm-commits mailing list