This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Move the interfaces and traits for side effects out of IR/ to Interfaces/
ClosedPublic

Authored by rriddle on Mar 9 2020, 6:09 PM.

Details

Summary

Interfaces/ is the designated directory for these types of interfaces, and also removes the need for including them directly in IR/.

Depends On D75867

Diff Detail

Event Timeline

rriddle created this revision.Mar 9 2020, 6:09 PM
jpienaar accepted this revision.Mar 9 2020, 6:27 PM
This revision is now accepted and ready to land.Mar 9 2020, 6:27 PM
mehdi_amini accepted this revision.Mar 9 2020, 8:04 PM
This revision was automatically updated to reflect the committed changes.