<div dir="ltr"><div><div><div>Hi all,<br><br></div>Attached is a patch I have made to the function "<span style="font-family:monospace,monospace">LiveIntervals::handleMove</span>" in "<span style="font-family:monospace,monospace">lib/CodeGen/LiveIntervalAnalysis.cpp</span>". I have changed the assertion on "<span style="font-family:monospace,monospace">!MI.isBundled()</span>" to "<span style="font-family:monospace,monospace">!MI->isInsideBundle()</span>" since it is possible (and necessary) to handle the move of a bundle header instruction. This is necessary for updating the live intervals of bundled instructions.<br><br></div>Thanks,<br></div>Stephen<br></div>