This is an archive of the discontinued LLVM Phabricator instance.

Simplify coro-zero-alloca.ll
ClosedPublic

Authored by lxfind on May 31 2021, 9:49 AM.

Details

Summary

D101841 added this test. It appears to generate different outcome on different platforms.
Make it to only call -coro-split instead of entire O2 pipeline to simplify the test flow.
Hope this will make the test more robust.

Diff Detail

Event Timeline

lxfind created this revision.May 31 2021, 9:49 AM
lxfind requested review of this revision.May 31 2021, 9:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2021, 9:49 AM

It runs well in my machine.

djtodoro accepted this revision.Jun 1 2021, 12:02 AM

It passes now. LGTM, thanks!

This revision is now accepted and ready to land.Jun 1 2021, 12:02 AM
This revision was automatically updated to reflect the committed changes.