summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorPushpinder Singh <Pushpinder.Singh@amd.com>2020-10-29 02:34:06 -0400
committerPushpinder Singh <Pushpinder.Singh@amd.com>2020-12-21 02:10:55 -0500
commite2303a448e2fcc1d96d66e9ee9f0cfc009b69a3f (patch)
tree2a4e06ef6ef452d82b96f2d1e53afb582198e450 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent3183add5343e58329c58e2164e015b15fd2cb1d5 (diff)
[FastRA] Fix handling of bundled MIs
Fast register allocator skips bundled MIs, as the main assignment loop uses MachineBasicBlock::iterator (= MachineInstrBundleIterator) This was causing SIInsertWaitcnts to crash which expects all instructions to have registers assigned. This patch makes sure to set everything inside bundle to the same assignments done on BUNDLE header. Reviewed By: qcolombet Differential Revision: https://reviews.llvm.org/D90369
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions