This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Pass][NFC] Merge OpToOpPassAdaptor and OpToOpPassAdaptorParallel
ClosedPublic

Authored by rriddle on Apr 16 2020, 11:11 AM.

Details

Summary

This moves the threading check to runOnOperation. This produces a much cleaner interface for the adaptor pass, and will allow for the ability to enable/disable threading in a much cleaner way in the future.

Diff Detail

Event Timeline

rriddle created this revision.Apr 16 2020, 11:11 AM
mehdi_amini accepted this revision.Apr 21 2020, 9:58 PM
This revision is now accepted and ready to land.Apr 21 2020, 9:58 PM
This revision was automatically updated to reflect the committed changes.