[all-commits] [llvm/llvm-project] 3d56f1: [mlir][StandardOps] Updated IndexCastOp to support...
rsuderman via All-commits
all-commits at lists.llvm.org
Wed Jun 10 17:22:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3d56f166bd3c00e1b05931d57d385ef2b41c092d
https://github.com/llvm/llvm-project/commit/3d56f166bd3c00e1b05931d57d385ef2b41c092d
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
A mlir/test/Dialect/Standard/invalid.mlir
A mlir/test/Dialect/Standard/ops.mlir
Log Message:
-----------
[mlir][StandardOps] Updated IndexCastOp to support tensor<index> cast
Summary:
We now support index casting for tensor<index> to tensor<int>. This
better supports compatibility with the Shape dialect.
Differential Revision: https://reviews.llvm.org/D81611
More information about the All-commits
mailing list