[all-commits] [llvm/llvm-project] dfcf9f: [flang][openacc][NFC] Check only HLFIR lowering fo...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Nov 20 15:45:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfcf9fe1408168699c27bc8e8c877bf78b8fd390
https://github.com/llvm/llvm-project/commit/dfcf9fe1408168699c27bc8e8c877bf78b8fd390
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M flang/test/Lower/OpenACC/acc-atomic-capture.f90
M flang/test/Lower/OpenACC/acc-atomic-read.f90
M flang/test/Lower/OpenACC/acc-atomic-update-array.f90
M flang/test/Lower/OpenACC/acc-atomic-update-hlfir.f90
M flang/test/Lower/OpenACC/acc-atomic-update.f90
M flang/test/Lower/OpenACC/acc-atomic-write.f90
Log Message:
-----------
[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.
More information about the All-commits
mailing list