This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Minor cleanups around ShapedType
ClosedPublic

Authored by springerm on Apr 16 2023, 7:55 PM.

Details

Summary
  • Remove unnecessary casts.
  • Use concrete shaped types (e.g., MemRefType, RankedTensorType) instead of ShapedType when possible.
  • Minor documentation cleanups.

Depends On: D148501

Diff Detail

Event Timeline

springerm created this revision.Apr 16 2023, 7:55 PM
Herald added a reviewer: ftynse. · View Herald Transcript
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Apr 16 2023, 7:55 PM
springerm updated this revision to Diff 514127.Apr 17 2023, 1:04 AM
springerm edited the summary of this revision. (Show Details)

rebase

mehdi_amini accepted this revision.Apr 18 2023, 8:39 AM
This revision is now accepted and ready to land.Apr 18 2023, 8:39 AM
This revision was automatically updated to reflect the committed changes.