diff options
author | Stefan Pintilie <stefanp@ca.ibm.com> | 2022-04-25 15:03:23 -0500 |
---|---|---|
committer | Stefan Pintilie <stefanp@ca.ibm.com> | 2022-04-29 08:36:07 -0500 |
commit | f685bce8080cd817adc67a7c06fb6834fa356139 (patch) | |
tree | eb95a9ac85adf875ab6da1b10956a478bf677887 /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | 23c10e8d0f97dc38c9f620541c7f3ffd04bef905 (diff) | |
download | llvm-f685bce8080cd817adc67a7c06fb6834fa356139.zip llvm-f685bce8080cd817adc67a7c06fb6834fa356139.tar.gz llvm-f685bce8080cd817adc67a7c06fb6834fa356139.tar.bz2 |
[PowerPC][NFC] Add a function to determine if a call needs to be NOTOC.
Add the isNoTOCCallInstr function to PPCInstrInfo to determine if a call opcode
does not need a TOC restore after the call. All call opcodes should be listed in
this function. A default unreachable in this function should force future call
opcodes to also be added.
This is a follow up patch to D122012
Reviewed By: jsji, shchenz
Differential Revision: https://reviews.llvm.org/D124415
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions