[all-commits] [llvm/llvm-project] fa5a60: [mlir][tosa] Fix tosa.slice shape inference for Sh...
Rob Suderman via All-commits
all-commits at lists.llvm.org
Fri Nov 18 11:58:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa5a607dbce0caca40d9bd44dff2a114fb589c51
https://github.com/llvm/llvm-project/commit/fa5a607dbce0caca40d9bd44dff2a114fb589c51
Author: Rob Suderman <suderman at google.com>
Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths:
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
Log Message:
-----------
[mlir][tosa] Fix tosa.slice shape inference for ShapedType:kDynamicShape
Change for kDynamicShape means the size needs to be updated to a new value
for slice operation shape inference. Landing fix.
Reviewed By: NatashaKnk
Differential Revision: https://reviews.llvm.org/D138314
More information about the All-commits
mailing list