aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorKai Nacke <kai.nacke@de.ibm.com>2022-06-30 11:29:44 -0400
committerKai Nacke <kai.nacke@de.ibm.com>2022-06-30 12:50:11 -0400
commit50b26de3c528bf3316127f11cb5d4835fb9fa4f8 (patch)
tree1b7ec4a2d0175ecc8cc83f95a5d20f24fe335780 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent670eee08cecfcfe170fb0e7daa88df8c2a150dbe (diff)
downloadllvm-50b26de3c528bf3316127f11cb5d4835fb9fa4f8.zip
llvm-50b26de3c528bf3316127f11cb5d4835fb9fa4f8.tar.gz
llvm-50b26de3c528bf3316127f11cb5d4835fb9fa4f8.tar.bz2
[SystemZ] 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=z15 -march=z14` generates only instructions supported on z14 but uses the scheduling model of z15 for it. This PR adds the infrastructure to support this. Reviewed By: uweigand Differential Revision: https://reviews.llvm.org/D128910
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions