dmgreen added a comment.

I think ProcessorModel is

  class ProcessorModel<string n, SchedMachineModel m, list<SubtargetFeature> f,
                       list<SubtargetFeature> tunef = []>

So we are always currently passing tunef  = [] from AArch64 and passing all 
features through f. They need to be split out and then hopefully the call to 
ParseSubtargetFeatures will use CPU and TuneCPU appropriately.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110258/new/

https://reviews.llvm.org/D110258

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to