[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
Tue Jan 28 14:15:00 PST 2025
================
@@ -35,6 +35,8 @@ namespace Fortran {
namespace lower {
namespace omp {
+using ReductionModifier = omp::clause::Reduction::ReductionModifier;
----------------
anchuraj wrote:
I think then it would be `using ReductionModifier = Fortran::lower::omp::clause::Reduction::ReductionModifier;` I will do that.
https://github.com/llvm/llvm-project/pull/123254
More information about the flang-commits
mailing list