[flang][openacc] Support .and. reduction operator
authorValentin Clement <clementval@gmail.com>
Wed, 12 Jul 2023 19:54:21 +0000 (12:54 -0700)
committerValentin Clement <clementval@gmail.com>
Wed, 12 Jul 2023 19:54:56 +0000 (12:54 -0700)
commit664575a9a9475c9da906b5ba7077d6257e52ce6b
tree9186db09b23de7d2db2657a9855e24973245b3f8
parenta48445f1ec8a262d36eecbaf6715b6a9f81d8515
[flang][openacc] Support .and. reduction operator

Add support for the `.and.` reduction operator
in Flang/OpenACC lowering.

Depends on D154888

Reviewed By: razvanlupusoru

Differential Revision: https://reviews.llvm.org/D154896
flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-reduction.f90