The constraint that a single reduction clause is allowed is actually
not valid as per OpenACC specification. Multiple reduction clauses
are allowed, especially since reduction clauses can have different
reduction operators.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I am adding tests as part of this: https://reviews.llvm.org/D151955
But I separated this change since it is not in the flang folder. I did keep [flang] in the title, just as was done with the commits when this file was first created.