[flang][openacc][NFC] Check only HLFIR lowering for atomic tests (#72922)
commitdfcf9fe1408168699c27bc8e8c877bf78b8fd390
authorValentin Clement (バレンタイン クレメン) <clementval@gmail.com>
Mon, 20 Nov 2023 23:44:55 +0000 (20 15:44 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2023 23:44:55 +0000 (20 15:44 -0800)
tree82f7eb2d52bf125be2fa6f599ba13b3bb53907ca
parentabd85cd473afedf112bf00630a22382fee4a7853
[flang][openacc][NFC] Check only HLFIR lowering for atomic tests (#72922)

HLFIR lowering has been set by default now and FIR lowering support will
be removed in the near future. This patch is the first of a series to
update the OpenACC lowering tests to check only the HLFIR lowering and
remove and specific FIR check lines.
flang/test/Lower/OpenACC/acc-atomic-capture.f90
flang/test/Lower/OpenACC/acc-atomic-read.f90
flang/test/Lower/OpenACC/acc-atomic-update-array.f90
flang/test/Lower/OpenACC/acc-atomic-update-hlfir.f90
flang/test/Lower/OpenACC/acc-atomic-update.f90
flang/test/Lower/OpenACC/acc-atomic-write.f90