[all-commits] [llvm/llvm-project] 5eee80: [mlir][memref] Add runtime verification for memref...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jan 6 05:39:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5eee80ce5ef063a6cf013f1e3b429c972502b9cc
https://github.com/llvm/llvm-project/commit/5eee80ce5ef063a6cf013f1e3b429c972502b9cc
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-06 (Fri, 06 Jan 2023)
Changed paths:
M mlir/lib/Dialect/MemRef/Transforms/RuntimeOpVerification.cpp
M mlir/test/Dialect/MemRef/runtime-verification.mlir
A mlir/test/Integration/Dialect/Memref/cast-runtime-verification.mlir
Log Message:
-----------
[mlir][memref] Add runtime verification for memref::CastOp
Verify unranked -> ranked casts and casts of dynamic sizes/offset/strides to static ones.
Differential Revision: https://reviews.llvm.org/D138671
More information about the All-commits
mailing list