summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
diff options
context:
space:
mode:
authorShiva Chen <shiva0217@gmail.com>2019-10-04 02:00:57 +0000
committerShiva Chen <shiva0217@gmail.com>2019-10-04 02:00:57 +0000
commitff55e2e0476b72f456dbb37c247ae9ffef7a4f8d (patch)
tree9b3d2d8ccbefe6c9e35c18bb8d9a84dff1b4656b /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
parentae08e479aad9dd186065160983efe7ae42e4e15c (diff)
downloadbcm5719-llvm-ff55e2e0476b72f456dbb37c247ae9ffef7a4f8d.tar.gz
bcm5719-llvm-ff55e2e0476b72f456dbb37c247ae9ffef7a4f8d.zip
[RISCV] Split SP adjustment to reduce the offset of callee saved register spill and restore
We would like to split the SP adjustment to reduce the instructions in prologue and epilogue as the following case. In this way, the offset of the callee saved register could fit in a single store. add sp,sp,-2032 sw ra,2028(sp) sw s0,2024(sp) sw s1,2020(sp) sw s3,2012(sp) sw s4,2008(sp) add sp,sp,-64 Differential Revision: https://reviews.llvm.org/D68011 llvm-svn: 373688
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud