[all-commits] [llvm/llvm-project] 6673c6: [MLIR][Shape] Limit shape to standard lowerings to...
frgossen via All-commits
all-commits at lists.llvm.org
Wed Jul 29 06:57:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6673c6cd82f79b76c1676ab1ab30a288286acb71
https://github.com/llvm/llvm-project/commit/6673c6cd82f79b76c1676ab1ab30a288286acb71
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-07-29 (Wed, 29 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 to standard lowerings to their supported types
The lowering does not support all types for its source operations. This change
makes the patterns fail in a well-defined manner.
Differential Revision: https://reviews.llvm.org/D84443
More information about the All-commits
mailing list