[flang-commits] [flang] [flang][do concurrent] Re-model `reduce` to match reductions are modelled in OpenMP and OpenACC (PR #145837)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu Jun 26 07:58:35 PDT 2025
================
@@ -12,6 +12,7 @@
#include "flang/Lower/Bridge.h"
+#include "OpenMP/ReductionProcessor.h"
----------------
tblah wrote:
Will this need to be moved out of OpenMP/ just as the privatization processing code was relocated?
https://github.com/llvm/llvm-project/pull/145837
More information about the flang-commits
mailing list