[all-commits] [llvm/llvm-project] fab634: [mlir] Tighten strided layout specification.
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Oct 4 03:37:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fab634b4e2a5177846cc009b19db9a3d6f0625ae
https://github.com/llvm/llvm-project/commit/fab634b4e2a5177846cc009b19db9a3d6f0625ae
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M mlir/include/mlir/IR/BuiltinTypes.h
M mlir/include/mlir/IR/BuiltinTypes.td
M mlir/lib/IR/BuiltinTypes.cpp
M mlir/test/Dialect/Affine/memref-stride-calculation.mlir
M mlir/unittests/IR/CMakeLists.txt
R mlir/unittests/IR/MemRefTypeTest.cpp
Log Message:
-----------
[mlir] Tighten strided layout specification.
Clarify that the strided layout specification is represented by a single semi-affine map.
Differential Revision: https://reviews.llvm.org/D110921
More information about the All-commits
mailing list