[all-commits] [llvm/llvm-project] 2f025e: [mlir][shape] Add dim op
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Fri Aug 12 11:02:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f025e0e78fd57923aceb49c7d4aeb3e5e2d34bf
https://github.com/llvm/llvm-project/commit/2f025e0e78fd57923aceb49c7d4aeb3e5e2d34bf
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2022-08-12 (Fri, 12 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
M mlir/test/Dialect/Shape/ops.mlir
Log Message:
-----------
[mlir][shape] Add dim op
Convenience op that allows for simple expression of common crossing of
value/shape divide.
Differential Revision: https://reviews.llvm.org/D131497
More information about the All-commits
mailing list