This is an archive of the discontinued LLVM Phabricator instance.

[Coroutines] Presubmit test for more coro remats
ClosedPublic

Authored by dstuttard on Jan 26 2023, 5:40 AM.

Details

Summary

Added more tests that check for >4 instructions.
Also added a retcon-remat test that checks rematerialization into a suspend
block predecessor (such as when remat for a retcon suspend happens).

Diff Detail

Event Timeline

dstuttard created this revision.Jan 26 2023, 5:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2023, 5:40 AM
Herald added a subscriber: ChuanqiXu. · View Herald Transcript
dstuttard requested review of this revision.Jan 26 2023, 5:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2023, 5:40 AM
ChuanqiXu accepted this revision.Jan 30 2023, 9:39 PM

More tests are always good.

This revision is now accepted and ready to land.Jan 30 2023, 9:39 PM
This revision was automatically updated to reflect the committed changes.