[all-commits] [llvm/llvm-project] ac3e5c: [MLIR][Shape] Lower `shape.shape_of` to standard d...
frgossen via All-commits
all-commits at lists.llvm.org
Fri Jun 19 08:22:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ac3e5c4d93fbe7fb2db3c745c721aff41cc1b851
https://github.com/llvm/llvm-project/commit/ac3e5c4d93fbe7fb2db3c745c721aff41cc1b851
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-06-19 (Fri, 19 Jun 2020)
Changed paths:
M mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
Log Message:
-----------
[MLIR][Shape] Lower `shape.shape_of` to standard dialect
Lower `shape.shape_of` to standard dialect.
This lowering supports statically and dynamically shaped tensors.
Support for unranked tensors will be added as part of the lowering to `scf`.
Differential Revision: https://reviews.llvm.org/D82098
More information about the All-commits
mailing list