[all-commits] [llvm/llvm-project] c54bb3: [flang][openacc] Set exit op for device_resident t...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Aug 10 10:56:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c54bb3d2399364c1333f90e6317c03cb3767812f
https://github.com/llvm/llvm-project/commit/c54bb3d2399364c1333f90e6317c03cb3767812f
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-declare.f90
Log Message:
-----------
[flang][openacc] Set exit op for device_resident to acc.delete
The exit operation for the declare device_resident in function/subroutine
is set to delete. Make is consistent and set it also for global declare.
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D157537
More information about the All-commits
mailing list