summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals
diff options
context:
space:
mode:
authorShiva Chen <shiva0217@gmail.com>2019-01-18 08:36:06 +0000
committerShiva Chen <shiva0217@gmail.com>2019-01-18 08:36:06 +0000
commite84c729aca49c5b8397ba96686bb4e019a95cd37 (patch)
tree94ce21fa8124ab0613e8572bef3ec588ac54d71e /lldb/packages/Python/lldbsuite/test/python_api/signals
parentd770da9834227c0751aa4e05ab18bd16112f2f99 (diff)
downloadbcm5719-llvm-e84c729aca49c5b8397ba96686bb4e019a95cd37.tar.gz
bcm5719-llvm-e84c729aca49c5b8397ba96686bb4e019a95cd37.zip
[ScheduleDAGRRList] Do not preschedule the node has ADJCALLSTACKDOWN parent
We should not pre-scheduled the node has ADJCALLSTACKDOWN parent, or else, when bottom-up scheduling, ADJCALLSTACKDOWN and ADJCALLSTACKUP may hold CallResource too long and make other calls can't be scheduled. If there's no other available node to schedule, the scheduler will try to rename the register by creating copy to avoid the conflict which will fail because CallResource is not a real physical register. llvm-svn: 351527
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud