[flang-commits] [flang] [mlir] [flang][openmp] Changes for invoking scan Op (PR #123254)
Anchu Rajendran S via flang-commits
flang-commits at lists.llvm.org
Thu Jan 23 13:41:30 PST 2025
================
@@ -344,6 +344,19 @@ bool ClauseProcessor::processDistSchedule(
return false;
}
+bool ClauseProcessor::processExclusive(
+ mlir::Location currentLocation,
+ mlir::omp::ExclusiveClauseOps &result) const {
+ return findRepeatableClause<omp::clause::Exclusive>(
----------------
anchuraj wrote:
Thank you. Updated.
https://github.com/llvm/llvm-project/pull/123254
More information about the flang-commits
mailing list