[flang][openacc] Support .neqv. reduction operator
authorValentin Clement <clementval@gmail.com>
Wed, 12 Jul 2023 20:26:45 +0000 (13:26 -0700)
committerValentin Clement <clementval@gmail.com>
Wed, 12 Jul 2023 20:27:02 +0000 (13:27 -0700)
commitfb90d5f6c3aa86640cb9236ab8515df72e90cc3a
tree5067718b16c5914dd5039e1f66681c9b112c2fd3
parent472232a80d036a00570cb3b0a9a261113859ea93
[flang][openacc] Support .neqv. reduction operator

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

Depends on D154900

Reviewed By: razvanlupusoru

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