[all-commits] [llvm/llvm-project] 64b918: Remove restriction on static dimensions in Shape m...
Tres via All-commits
all-commits at lists.llvm.org
Tue Feb 8 02:20:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64b918852c09db6461d4c4c97df288c7b7fee865
https://github.com/llvm/llvm-project/commit/64b918852c09db6461d4c4c97df288c7b7fee865
Author: Tres Popp <tpopp at google.com>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/test/Dialect/Shape/ops.mlir
Log Message:
-----------
Remove restriction on static dimensions in Shape method
mlir::shape::ToExtentTensorOp::areCastCompatible didn't allow the input
to have a static dimension, but that is allowed.
More information about the All-commits
mailing list