This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Move Conversion/StandardToStandard to Dialect/StandardOps/Transforms/FuncConversions
ClosedPublic

Authored by ftynse on May 7 2020, 5:53 AM.

Details

Summary

Conversion/ folders were originally intended to store patterns for
DialectA->DialectB conversions that depend on both dialects and do not
conceptually belong to either of the dialects. As such, DialectA->DialectA
conversion does not make sense under Conversion/ and should rather live with
the dialect it operates on.

Diff Detail

Event Timeline

ftynse created this revision.May 7 2020, 5:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2020, 5:53 AM
This revision is now accepted and ready to land.May 11 2020, 10:20 AM
This revision was automatically updated to reflect the committed changes.
mlir/include/mlir/Dialect/StandardOps/Transforms/FuncConversions.h