[Mlir-commits] [mlir] [acc] Make getDominatingDataClauses a public OpenACC utility (PR #170549)
Razvan Lupusoru
llvmlistbot at llvm.org
Wed Dec 3 12:56:53 PST 2025
================
@@ -10,8 +10,13 @@
#define MLIR_DIALECT_OPENACC_OPENACCUTILS_H_
#include "mlir/Dialect/OpenACC/OpenACC.h"
+#include "llvm/ADT/SmallVector.h"
namespace mlir {
+class DominanceInfo;
+class PostDominanceInfo;
+class Value;
----------------
razvanlupusoru wrote:
Are the forward declarations of Value and Operation needed?
https://github.com/llvm/llvm-project/pull/170549
More information about the Mlir-commits
mailing list