This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Shape] Remove deprecated and unused lowerings
ClosedPublic

Authored by frgossen on Jul 23 2020, 9:37 AM.

Details

Summary

This concerns from/to_extent_tensor, size_to_index, index_to_size, and
const_size conversion patterns. The new lowering will work directly on indices
and extent tensors. The shape and size values will allow for error values but
are not yet supported by the dialect conversion.

Depends On D84435

Diff Detail

Event Timeline

frgossen created this revision.Jul 23 2020, 9:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2020, 9:37 AM
pifon2a accepted this revision.Jul 23 2020, 9:54 AM
This revision is now accepted and ready to land.Jul 23 2020, 9:54 AM
This revision was automatically updated to reflect the committed changes.
mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp