This is an archive of the discontinued LLVM Phabricator instance.

[mips] Deal with empty blocks in the mips hazard scheduler
ClosedPublic

Authored by sdardis on Mar 23 2017, 9:53 AM.

Details

Summary

This patch teaches the hazard scheduler how to handle empty blocks
when search for the next real instruction when dealing with forbidden
slots.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Mar 23 2017, 9:53 AM
slthakur accepted this revision.Apr 4 2017, 3:14 AM

LGTM

This revision is now accepted and ready to land.Apr 4 2017, 3:14 AM
This revision was automatically updated to reflect the committed changes.

Thanks for the review.