summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@sifive.com>2024-02-15 16:45:54 -0800
committerGitHub <noreply@github.com>2024-02-15 16:45:54 -0800
commit55b5ac8917b4a1e0ceb79bee4c4c6f7d35b95526 (patch)
tree5b566596dd4325360499067004e6b8b2aa60c900 /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
parent088c7ce429197a809f8943e5699a7fd0650fe9f7 (diff)
[RISCV] Remove X0 handling from RISCVInstrInfo::optimizeCondBranch. (#81931)
This was trying to rewrite a branch that uses X0 to a branch that uses a register produced by LI of 1 or -1. Using X0 is free so there is no reason to rewrite it. Doing so would just extend the live range of the LI register increasing register pressure. In practice this might not have triggered often because we were calling MRI.hasOneUse on X0. I'm not sure what the returns for a physical reigster.
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions