[all-commits] [llvm/llvm-project] a9d0f5: [mlir] Allow loop-like operations in `AbstractDens...
vic via All-commits
all-commits at lists.llvm.org
Thu Sep 14 01:30:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9d0f5e2f09aef88426a1bf14aeffaaa753f0f13
https://github.com/llvm/llvm-project/commit/a9d0f5e2f09aef88426a1bf14aeffaaa753f0f13
Author: vic <victor.perez at codeplay.com>
Date: 2023-09-14 (Thu, 14 Sep 2023)
Changed paths:
M mlir/lib/Analysis/DataFlow/DenseAnalysis.cpp
M mlir/test/Analysis/DataFlow/test-last-modified.mlir
M mlir/test/lib/Analysis/DataFlow/TestDenseForwardDataFlowAnalysis.cpp
M mlir/test/lib/Dialect/Test/TestDialect.cpp
M mlir/test/lib/Dialect/Test/TestOps.td
Log Message:
-----------
[mlir] Allow loop-like operations in `AbstractDenseForwardDataFlowAnalysis` (#66179)
Remove assertion violated by loop-like operations.
Signed-off-by: Victor Perez <victor.perez at codeplay.com>
More information about the All-commits
mailing list