[all-commits] [llvm/llvm-project] 6ba42a: Fix some AffineOps to properly declare their inher...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Sep 12 02:14:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ba42ae0eb76c8add42833925e567a2250cbc817
https://github.com/llvm/llvm-project/commit/6ba42ae0eb76c8add42833925e567a2250cbc817
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
M mlir/include/mlir/IR/SymbolInterfaces.td
M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
M mlir/test/Dialect/Affine/invalid.mlir
M mlir/test/Dialect/Affine/load-store-invalid.mlir
Log Message:
-----------
Fix some AffineOps to properly declare their inherent affinemap Attribute (#66050)
This makes it more consistent with properties.
More information about the All-commits
mailing list