Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir | ||
---|---|---|
150 | nit: no need to check the whole line, you can just drop : tensor<3xindex> |
Paths
| Differential D82848
[MLIR][Shape] Lower `shape.const_shape` to `tensor_from_elements` ClosedPublic Authored by frgossen on Jun 30 2020, 1:04 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 20 2020, 5:55 AM This revision was landed with ongoing or failed builds.Jul 28 2020, 8:41 AM Closed by commit rGdfcc09890a91: [MLIR][Shape] Lower `shape.const_shape` to `tensor_from_elements` (authored by frgossen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 281249 mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
|
nit: no need to check the whole line, you can just drop : tensor<3xindex>