================
@@ -58,17 +58,15 @@ void gatherFuncAndVarSyms(
     const ObjectList &objects, mlir::omp::DeclareTargetCaptureClause clause,
     llvm::SmallVectorImpl<DeclareTargetCapturePair> &symbolAndClause);
 
+int64_t getCollapseValue(const List<Clause> &clauses);
----------------
skatrak wrote:

It looks like this function is only used within OpenMP.cpp, is it expected to 
be used elsewhere later? Otherwise it may make more sense to make it internal 
(`static`) to that compilation unit instead.

https://github.com/llvm/llvm-project/pull/87086
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to