[Mlir-commits] [flang] [mlir] [openmp] [MLIR][OpenMP] Add scan reduction lowering to llvm (PR #167031)

Sergio Afonso llvmlistbot at llvm.org
Tue Nov 25 07:21:57 PST 2025


================

----------------
skatrak wrote:

Prior to this change, a reduction with a `defaultmod` modifier on an `omp.simd` wouldn't trigger a TODO.
```suggestion
      } else if (op.getReductionMod().value() != omp::ReductionModifier::defaultmod) {
```

https://github.com/llvm/llvm-project/pull/167031


More information about the Mlir-commits mailing list