mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
180dee14b8
(1) Ensure that delay slot instructions are not moved out of place (this was happening for some CALL instructions). Basically, we need to move all delay slot instructions out of the graph and handle them along with the delayed control transfer instruction. (2) Mark scheduled instructions correctly when instructions are scheduled in more than one cycle in a single step (due to delay slots). llvm-svn: 678 |
||
---|---|---|
.. | ||
InstrScheduling.cpp | ||
Makefile | ||
SchedGraph.cpp | ||
SchedGraph.h | ||
SchedPriorities.cpp | ||
SchedPriorities.h |