This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Manage the InQueue flag in insertvli correctly.
ClosedPublic

Authored by craig.topper on Sep 19 2022, 9:44 AM.

Details

Summary

We were only setting this flag the first time we added the blocks
not when we mark them for revisiting.

Diff Detail

Event Timeline

craig.topper created this revision.Sep 19 2022, 9:44 AM
craig.topper requested review of this revision.Sep 19 2022, 9:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 19 2022, 9:44 AM
reames accepted this revision.Sep 19 2022, 11:07 AM

LGTM

This revision is now accepted and ready to land.Sep 19 2022, 11:07 AM
This revision was landed with ongoing or failed builds.Sep 19 2022, 2:28 PM
This revision was automatically updated to reflect the committed changes.