This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Shape] Lower `shape.const_shape` to `tensor_from_elements`
ClosedPublic

Authored by frgossen on Jun 30 2020, 1:04 AM.

Diff Detail

Event Timeline

frgossen created this revision.Jun 30 2020, 1:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2020, 1:04 AM
pifon2a accepted this revision.Jul 20 2020, 5:55 AM
pifon2a added inline comments.
mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
150

nit: no need to check the whole line, you can just drop : tensor<3xindex>

This revision is now accepted and ready to land.Jul 20 2020, 5:55 AM
frgossen marked an inline comment as done.Jul 28 2020, 8:40 AM
This revision was landed with ongoing or failed builds.Jul 28 2020, 8:41 AM
This revision was automatically updated to reflect the committed changes.