[Mlir-commits] [mlir] 0b02ca0 - [mlir] Remove dead declarations (#216651)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Aug 17 09:31:04 PDT 2026
Author: Kazu Hirata
Date: 2026-08-17T09:30:59-07:00
New Revision: 0b02ca0e2295b6b54f9f5a09f02cc5ee5c2e8ae1
URL: https://github.com/llvm/llvm-project/commit/0b02ca0e2295b6b54f9f5a09f02cc5ee5c2e8ae1
DIFF: https://github.com/llvm/llvm-project/commit/0b02ca0e2295b6b54f9f5a09f02cc5ee5c2e8ae1.diff
LOG: [mlir] Remove dead declarations (#216651)
The corresponding function definitions were removed on March 29, 2019
in 4dc7af9da8837a5f9515c4622e093578fb6ab766
Added:
Modified:
mlir/include/mlir/Dialect/Affine/Analysis/NestedMatcher.h
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Affine/Analysis/NestedMatcher.h b/mlir/include/mlir/Dialect/Affine/Analysis/NestedMatcher.h
index 108f86226646a..3b7c3c566eb8c 100644
--- a/mlir/include/mlir/Dialect/Affine/Analysis/NestedMatcher.h
+++ b/mlir/include/mlir/Dialect/Affine/Analysis/NestedMatcher.h
@@ -187,8 +187,6 @@ NestedPattern For(ArrayRef<NestedPattern> nested = {});
NestedPattern For(const FilterFunctionType &filter,
ArrayRef<NestedPattern> nested = {});
-bool isParallelLoop(Operation &op);
-bool isReductionLoop(Operation &op);
bool isLoadOrStore(Operation &op);
} // namespace matcher
More information about the Mlir-commits
mailing list