[all-commits] [llvm/llvm-project] b17184: [flang][openacc] Use OpenACC terminator instead of...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Sep 13 22:28:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b171849afe46b372b163a725ccb40c754cb918fe
https://github.com/llvm/llvm-project/commit/b171849afe46b372b163a725ccb40c754cb918fe
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M flang/include/flang/Lower/OpenACC.h
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Lower/Runtime.cpp
M flang/test/Lower/OpenACC/acc-unstructured.f90
M flang/test/Lower/OpenACC/stop-stmt-in-region.f90
Log Message:
-----------
[flang][openacc] Use OpenACC terminator instead of fir.unreachable after Stop stmt (#66325)
This follow an update made on OpenMP https://reviews.llvm.org/D129969
and was not possible on OpenACC until the unstructured construct was
supported.
More information about the All-commits
mailing list