[all-commits] [llvm/llvm-project] 2fce90: [mlir][affine] fix affine LICM pass for has effect...
long.chen via All-commits
all-commits at lists.llvm.org
Thu Feb 2 10:25:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fce90938bb51c5cd091aa3e6383066f96d3a583
https://github.com/llvm/llvm-project/commit/2fce90938bb51c5cd091aa3e6383066f96d3a583
Author: lipracer <lipracer at gmail.com>
Date: 2023-02-02 (Thu, 02 Feb 2023)
Changed paths:
M mlir/lib/Dialect/Affine/Transforms/AffineLoopInvariantCodeMotion.cpp
M mlir/test/Dialect/Affine/affine-loop-invariant-code-motion.mlir
Log Message:
-----------
[mlir][affine] fix affine LICM pass for has effected memory's user
When the memory is written by dma, its user is moved
Reviewed By: bondhugula
Differential Revision: https://reviews.llvm.org/D141106
More information about the All-commits
mailing list