This is an archive of the discontinued LLVM Phabricator instance.

Remove unnecessary async group creates and awaits.
ClosedPublic

Authored by bakhtiyarneyman on Sep 27 2021, 6:21 PM.

Diff Detail

Event Timeline

bakhtiyarneyman requested review of this revision.Sep 27 2021, 6:21 PM
bakhtiyarneyman edited the summary of this revision. (Show Details)Sep 27 2021, 6:23 PM

I'm surprised there is no test where this is reflected, can you add one?

ezhulenev accepted this revision.Sep 28 2021, 10:36 AM

+1 to check that group is not created if dispatch is sync

This revision is now accepted and ready to land.Sep 28 2021, 10:36 AM
ezhulenev accepted this revision.Sep 28 2021, 2:33 PM
This revision was automatically updated to reflect the committed changes.