aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorKai Nacke <kai.peter.nacke@ibm.com>2022-11-18 19:12:01 +0000
committerKai Nacke <kai.peter.nacke@ibm.com>2023-01-06 18:01:48 +0000
commit70a5d8e4c469195e9302dba2c5a9518a69e0773e (patch)
treea381cb851e4b4d50517e118e3f3bc67745cfae9d /llvm/lib/CodeGen/LiveDebugVariables.cpp
parent4554663bc0da71d61ab488641c95ef98430cb451 (diff)
downloadllvm-70a5d8e4c469195e9302dba2c5a9518a69e0773e.zip
llvm-70a5d8e4c469195e9302dba2c5a9518a69e0773e.tar.gz
llvm-70a5d8e4c469195e9302dba2c5a9518a69e0773e.tar.bz2
[PPC] Add support for tune-cpu attribute
clang (like gcc) has the -mtune= command line option. This option adds the "tune-cpu" attribute to a function. The intended functionality is that the scheduling model of that cpu is used. E.g. -mtune=pwr9 -march=pwr8 generates only instructions supported on pwr8 but uses the scheduling model of pwr9 for it. This PR adds the infrastructure to support this in LLVM. clang support was added in https://reviews.llvm.org/D130526. Reviewed By: amyk, qiucf Differential Revision: https://reviews.llvm.org/D138317
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions