[all-commits] [llvm/llvm-project] a58ed7: Fix ConstShapeOp::inferReturnTypes to be resilient...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon May 15 12:14:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a58ed7fcf6fcae7b622f8a1873459f28725ce7d6
https://github.com/llvm/llvm-project/commit/a58ed7fcf6fcae7b622f8a1873459f28725ce7d6
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M mlir/lib/Dialect/Shape/IR/Shape.cpp
Log Message:
-----------
Fix ConstShapeOp::inferReturnTypes to be resilient to lack of properties
The Python bindings test aren't using properties yet, this is a bit
of a hack to support this here, but hopefully it'll be temporary.
More information about the All-commits
mailing list