[all-commits] [llvm/llvm-project] e7cf72: [mlir] Added strides check to rank reducing subvie...
Jakub Lichman via All-commits
all-commits at lists.llvm.org
Thu Oct 8 01:39:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e7cf723051cd4638cf5d2c407b756312292e7c18
https://github.com/llvm/llvm-project/commit/e7cf723051cd4638cf5d2c407b756312292e7c18
Author: Jakub Lichman <limo at google.com>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/IR/core-ops.mlir
M mlir/test/IR/invalid-ops.mlir
Log Message:
-----------
[mlir] Added strides check to rank reducing subview verification
Added missing strides check to verification method of rank reducing subview
which enforces strides specification for the resulting type.
Differential Revision: https://reviews.llvm.org/D88879
More information about the All-commits
mailing list