This is an archive of the discontinued LLVM Phabricator instance.

[mlir] forward data layout query to scoping op in absence of specification
ClosedPublic

Authored by ftynse on Mar 12 2021, 9:37 AM.

Details

Summary

Even if the layout specification is missing from an op that supports it, the op
is still expected to provide meaningful responses to data layout queries.
Forward them to the op instead of directly calling the default implementation.

Depends On D98524

Diff Detail

Event Timeline

ftynse created this revision.Mar 12 2021, 9:37 AM
ftynse requested review of this revision.Mar 12 2021, 9:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 12 2021, 9:37 AM
rriddle accepted this revision.Mar 12 2021, 12:07 PM
This revision is now accepted and ready to land.Mar 12 2021, 12:07 PM