[all-commits] [llvm/llvm-project] 01d928: [flang][acc] Emit acc.on_device operation for acc_...
Ivan R. Ivanov via All-commits
all-commits at lists.llvm.org
Wed Jul 8 16:07:37 PDT 2026
Branch: refs/heads/users/ivanradanov/generate-acc-on-device
Home: https://github.com/llvm/llvm-project
Commit: 01d928d46eeac7114a59b4e464b8bf2c66ee30a1
https://github.com/llvm/llvm-project/commit/01d928d46eeac7114a59b4e464b8bf2c66ee30a1
Author: Ivan Radanov Ivanov <iivanov at nvidia.com>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M flang/include/flang/Optimizer/Builder/CUDAIntrinsicCall.h
M flang/include/flang/Optimizer/Builder/IntrinsicCall.h
A flang/include/flang/Optimizer/Builder/OpenACCIntrinsicCall.h
M flang/include/flang/Optimizer/Builder/PPCIntrinsicCall.h
M flang/lib/Lower/ConvertCall.cpp
M flang/lib/Optimizer/Builder/CMakeLists.txt
M flang/lib/Optimizer/Builder/CUDAIntrinsicCall.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
A flang/lib/Optimizer/Builder/OpenACCIntrinsicCall.cpp
M flang/lib/Optimizer/Builder/PPCIntrinsicCall.cpp
Log Message:
-----------
[flang][acc] Emit acc.on_device operation for acc_on_device call (#208098)
It is important we recognize acc_on_device calls as they need to be
folded during compilation. Emitting this operation helps with the
recognition of the runtime call in the optimizer.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list