[all-commits] [llvm/llvm-project] a97940: [MLIR][Shape] Limit `shape.rank` lowering to its e...
frgossen via All-commits
all-commits at lists.llvm.org
Thu Jul 30 04:59:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a97940d4e0ed0507eb9beba7f22e34d62449a58f
https://github.com/llvm/llvm-project/commit/a97940d4e0ed0507eb9beba7f22e34d62449a58f
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
Log Message:
-----------
[MLIR][Shape] Limit `shape.rank` lowering to its extent tensor variant
When lowering to the standard dialect, we currently support only the extent
tensor variant of the shape.rank operation. This change lets the conversion
pattern fail in a well-defined manner.
Differential Revision: https://reviews.llvm.org/D84852
More information about the All-commits
mailing list