[clang] [flang] [mlir] [flang] Add basic -mtune support (PR #95043)
Alexis Perry-Holby via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 12 11:43:59 PDT 2024
================
@@ -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;
----------------
AlexisPerry wrote:
Thank you for the suggestion. I have made the change. :-)
https://github.com/llvm/llvm-project/pull/95043
More information about the cfe-commits
mailing list