[flang-commits] [flang] [Flang][OpenMP] Disable lowering of omp.simd reductions in composites (PR #112686)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Fri Oct 18 12:18:33 PDT 2024
kiranchandramohan wrote:
> How will this manifest now? Will it be a TODO error? Can you add a quick test?
I see that we are clearing the reduction vars and syms, so that there is no further reduction processing. Would it be better to have a hard TODO to emit an error if there is a reduction in a simd that is part of composite construct?
Note: I dont want to block you if you really need it this way to make progress.
https://github.com/llvm/llvm-project/pull/112686
More information about the flang-commits
mailing list