[all-commits] [llvm/llvm-project] 26307e: [flang][acc] Emit acc.on_device operation for acc_...
Ivan R. Ivanov via All-commits
all-commits at lists.llvm.org
Wed Jul 8 08:16:29 PDT 2026
Branch: refs/heads/users/ivanradanov/generate-acc-on-device
Home: https://github.com/llvm/llvm-project
Commit: 26307e63ba2fb6d4beb2c402cfefabc20ca2e038
https://github.com/llvm/llvm-project/commit/26307e63ba2fb6d4beb2c402cfefabc20ca2e038
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
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.
Commit: 78bdd3d69ec51bf149850cfbd6fff4a1784efee6
https://github.com/llvm/llvm-project/commit/78bdd3d69ec51bf149850cfbd6fff4a1784efee6
Author: Ivan Radanov Ivanov <iivanov at nvidia.com>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M flang/lib/Optimizer/Builder/OpenACCIntrinsicCall.cpp
Log Message:
-----------
simplify builder
Compare: https://github.com/llvm/llvm-project/compare/5824ebcf030b...78bdd3d69ec5
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