================ @@ -32,6 +32,9 @@ class TargetOptions { /// If given, the name of the target CPU to generate code for. std::string cpu; + /// If given, the name of the target CPU to tune code for. + std::string tuneCPU; ---------------- banach-space wrote:
I'm fine with longer self-documenting names, e.g. `cpuToTuneFor`. That would be more consistent with `cpu` above :) https://github.com/llvm/llvm-project/pull/95043 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits