[all-commits] [llvm/llvm-project] c51946: Allow !shape.size type operands in "shape.from_ext...
Jing Pu via All-commits
all-commits at lists.llvm.org
Wed Feb 24 14:50:38 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c519460745ece21238b0ee6c0f9b921366701308
https://github.com/llvm/llvm-project/commit/c519460745ece21238b0ee6c0f9b921366701308
Author: Jing Pu <jingpu at google.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/test/Dialect/Shape/canonicalize.mlir
Log Message:
-----------
Allow !shape.size type operands in "shape.from_extents" op.
This expands the op to support error propagation and also makes it symmetric with "shape.get_extent" op.
Reviewed By: silvas
Differential Revision: https://reviews.llvm.org/D97261
More information about the All-commits
mailing list