[PATCH] D39054: [X86][Broadwell] Added the instruction scheduling information for the Broadwell CPU.
    Simon Pilgrim via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct 18 07:43:00 PDT 2017
    
    
  
RKSimon added inline comments.
================
Comment at: lib/Target/X86/X86.td:579
 ]>;
-class BroadwellProc<string Name> : ProcModel<Name, HaswellModel,
+class BroadwellProc<string Name> : ProcModel<Name, BroadwellModel,
                                              BDWFeatures.Value, [
----------------
Other CPUs are still using HaswellModel (KNL, KNM + CannonLake) - is that correct?
Repository:
  rL LLVM
https://reviews.llvm.org/D39054
    
    
More information about the llvm-commits
mailing list