This is an archive of the discontinued LLVM Phabricator instance.

[mlir][ODS] Small fixes for ODS classes
ClosedPublic

Authored by vinograd47 on Feb 3 2021, 4:01 AM.

Details

Summary
  • Introduce separate RankedTensorOf class. Use it as base class for AnyRankedTensor.
  • Add C++ class specification (::mlir::MemRefType) to MemRefRankOf and StaticShapeMemRefOf.

Diff Detail

Event Timeline

vinograd47 created this revision.Feb 3 2021, 4:01 AM
vinograd47 requested review of this revision.Feb 3 2021, 4:01 AM
ftynse accepted this revision.Feb 3 2021, 4:53 AM
This revision is now accepted and ready to land.Feb 3 2021, 4:53 AM

@mehdi_amini I don't have commit access. Could you please land this change?

I'll land it!
If you intend to contribute more, you should email Chris and get commit access: https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access :)

This revision was automatically updated to reflect the committed changes.