[all-commits] [llvm/llvm-project] b2797d: Reland "[mlir] Add strided metadata range dataflow...
Fabian Mora via All-commits
all-commits at lists.llvm.org
Tue Oct 14 08:16:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2797d9b8236a40ee30d6daf4e603a82da9a94d4
https://github.com/llvm/llvm-project/commit/b2797d9b8236a40ee30d6daf4e603a82da9a94d4
Author: Fabian Mora <fmora.dev at gmail.com>
Date: 2025-10-14 (Tue, 14 Oct 2025)
Changed paths:
A mlir/include/mlir/Analysis/DataFlow/StridedMetadataRangeAnalysis.h
M mlir/include/mlir/Dialect/MemRef/IR/MemRef.h
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/include/mlir/Interfaces/CMakeLists.txt
M mlir/include/mlir/Interfaces/InferIntRangeInterface.h
A mlir/include/mlir/Interfaces/InferStridedMetadataInterface.h
A mlir/include/mlir/Interfaces/InferStridedMetadataInterface.td
M mlir/lib/Analysis/CMakeLists.txt
A mlir/lib/Analysis/DataFlow/StridedMetadataRangeAnalysis.cpp
M mlir/lib/Dialect/MemRef/IR/CMakeLists.txt
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Interfaces/CMakeLists.txt
M mlir/lib/Interfaces/InferIntRangeInterface.cpp
A mlir/lib/Interfaces/InferStridedMetadataInterface.cpp
A mlir/test/Analysis/DataFlow/test-strided-metadata-range-analysis.mlir
M mlir/test/lib/Analysis/CMakeLists.txt
A mlir/test/lib/Analysis/DataFlow/TestStridedMetadataRangeAnalysis.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
Reland "[mlir] Add strided metadata range dataflow analysis" (#163403)" (#163408)
This relands commit aa8499863ad23350da0912d99d189f306d0ea139. That
commit was originally reverted because it caused failures in shared lib
builds due to missing link dependencies. This patch relands the commit
with the missing libs added.
Signed-off-by: Fabian Mora <fabian.mora-cordero at amd.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list