[all-commits] [llvm/llvm-project] e56b59: [clang][OMPIRBuilder] Fix two missed function poin...
Nick Sarnie via All-commits
all-commits at lists.llvm.org
Mon Oct 13 12:07:00 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e56b5921899d303b481150c1beecb6368c252a63
https://github.com/llvm/llvm-project/commit/e56b5921899d303b481150c1beecb6368c252a63
Author: Nick Sarnie <nick.sarnie at intel.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
R clang/test/OpenMP/amdgcn_parallel_num_threads_strict_messages.cpp
M clang/test/OpenMP/target_indirect_codegen.cpp
A clang/test/OpenMP/target_parallel_num_threads_strict_messages.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
Log Message:
-----------
[clang][OMPIRBuilder] Fix two missed function pointer type issues (#162914)
Two small issues, when storing function pointers we need to use the
program address space.
With this change there are no asserts if I run all OpenMP tests with the
offload target manually changed to SPIR-V, so we are getting somewhere.
About 10 test fails though.
Signed-off-by: Sarnie, Nick <nick.sarnie at intel.com>
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