[PATCH] D52932: [MCSched] Bind PFM Counters to the CPUs instead of the SchedModel.
    Nico Weber via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Dec 30 17:48:57 PST 2018
    
    
  
thakis added inline comments.
================
Comment at: llvm/trunk/lib/Target/X86/CMakeLists.txt:16
 tablegen(LLVM X86GenSubtargetInfo.inc -gen-subtarget)
+tablegen(LLVM X86GenExegesis.inc -gen-exegesis)
 
----------------
thakis wrote:
> This list is in alphabetical order. Mind putting this entry in alphabetical order too?
Also, it looks like X86GenExegesis.inc is only used on llvm/tools/lib/X86. Shouldn't this tablegen call be there?
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D52932/new/
https://reviews.llvm.org/D52932
    
    
More information about the llvm-commits
mailing list