[PATCH] D90697: [Flang][OpenMP 4.5] Add semantic check for OpenMP Reduction Clause
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 13 08:10:36 PST 2020
clementval added a comment.
In D90697#2393971 <https://reviews.llvm.org/D90697#2393971>, @kiranchandramohan wrote:
> @clementval had some changes for the OpenACC reduction operator in the following commit. I am not sure whether it is related to this issue.
> https://reviews.llvm.org/D86296
Yeah that's what triggered the patch on the OpenACC side. Not sure you can follow the same path for OpenMP since you have to support user defined reduction operator.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90697/new/
https://reviews.llvm.org/D90697
More information about the llvm-commits
mailing list