This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add RecursiveSideEffects to Loops::ParallelOp.
ClosedPublic

Authored by tpopp on Apr 23 2020, 5:06 AM.

Details

Summary

This is to specify that ParallelOp does not have side effects on its own
but has the effects of all operations executed in its region.

Diff Detail

Event Timeline

tpopp created this revision.Apr 23 2020, 5:06 AM
herhut accepted this revision.Apr 23 2020, 6:18 AM

Thanks!

This revision is now accepted and ready to land.Apr 23 2020, 6:18 AM
nicolasvasilache accepted this revision.Apr 23 2020, 7:35 AM
pifon2a accepted this revision.Apr 23 2020, 8:13 AM
tpopp updated this revision to Diff 259842.Apr 24 2020, 3:00 AM

Creating a new revision to confirm that build failures were unrelated to my change.

This revision was automatically updated to reflect the committed changes.