[PATCH] D80020: [PowerPC] Add support for -mcpu=pwr10 in both clang and llvm
    Amy Kwan via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon May 25 21:25:38 PDT 2020
    
    
  
amyk added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp:653
 
   // On P7, P8 or P9 we have a cache line size of 128.
   unsigned Directive = ST->getCPUDirective();
----------------
Should this comment be updated to include P10 as well?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80020/new/
https://reviews.llvm.org/D80020
    
    
More information about the cfe-commits
mailing list