[PATCH] D110258: [AArch64] Always add -tune-cpu argument to -cc1 driver
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 02:45:39 PDT 2021
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
More information about the llvm-commits
mailing list