[all-commits] [llvm/llvm-project] 783a35: [MLIR][Shape] Allow `shape.mul` to operate in indices
frgossen via All-commits
all-commits at lists.llvm.org
Fri Jul 24 06:26:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 783a351785c14b7c2eb9f65bd40d37be11cbf38b
https://github.com/llvm/llvm-project/commit/783a351785c14b7c2eb9f65bd40d37be11cbf38b
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/lib/Dialect/Shape/Transforms/ShapeToShapeLowering.cpp
M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
M mlir/test/Dialect/Shape/invalid.mlir
M mlir/test/Dialect/Shape/ops.mlir
Log Message:
-----------
[MLIR][Shape] Allow `shape.mul` to operate in indices
Differential Revision: https://reviews.llvm.org/D84437
More information about the All-commits
mailing list