[all-commits] [llvm/llvm-project] 99c045: separate AffineMapAccessInterface from AffineRead/...
Adam Straw via All-commits
all-commits at lists.llvm.org
Tue Feb 16 13:06:56 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99c0458f2f53ec26d663e5b9ad750e54ecf51d4b
https://github.com/llvm/llvm-project/commit/99c0458f2f53ec26d663e5b9ad750e54ecf51d4b
Author: Adam Straw <26910851+adstraw at users.noreply.github.com>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M mlir/include/mlir/Dialect/Affine/IR/AffineMemoryOpInterfaces.td
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
M mlir/lib/Dialect/Affine/Transforms/AffineLoopInvariantCodeMotion.cpp
M mlir/lib/Transforms/LoopFusion.cpp
M mlir/lib/Transforms/Utils/Utils.cpp
Log Message:
-----------
separate AffineMapAccessInterface from AffineRead/WriteOpInterface
Separating the AffineMapAccessInterface from AffineRead/WriteOp interface so that dialects which extend Affine capabilities (e.g. PlaidML PXA = parallel extensions for Affine) can utilize relevant passes (e.g. MemRef normalization).
Reviewed By: bondhugula
Differential Revision: https://reviews.llvm.org/D96284
More information about the All-commits
mailing list