[llvm] [ARM][AArch64] autogenerate header file for TargetParser from Target tablegen files (PR #88378)
    David Spickett via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr 15 02:45:58 PDT 2024
    
    
  
================
@@ -144,7 +144,6 @@ void AArch64Subtarget::initializeProperties(bool HasMinSize) {
   case CortexA78C:
   case CortexR82:
   case CortexX1:
-  case CortexX1C:
----------------
DavidSpickett wrote:
Ah, does the CortexX1C have its properties described in tablegen already, as the comment at the top of the function suggests we do?
https://github.com/llvm/llvm-project/pull/88378
    
    
More information about the llvm-commits
mailing list