[Mlir-commits] [mlir] [mlir] Remove dead declarations (PR #216651)
Kazu Hirata
llvmlistbot at llvm.org
Mon Aug 17 00:47:04 PDT 2026
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/216651
The corresponding function definitions were removed on March 29, 2019
in 4dc7af9da8837a5f9515c4622e093578fb6ab766
>From 5ca456f6a205e26260b1972f2cba216f1de0eb35 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Sat, 8 Aug 2026 15:11:39 -0700
Subject: [PATCH] [mlir] Remove dead declarations
The corresponding function definitions were removed on March 29, 2019
in 4dc7af9da8837a5f9515c4622e093578fb6ab766
---
mlir/include/mlir/Dialect/Affine/Analysis/NestedMatcher.h | 2 --
1 file changed, 2 deletions(-)
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