[all-commits] [llvm/llvm-project] 5aea02: [OpenMP][Device] Fix __llvm_omp_indirect_call_look...
Nick Sarnie via All-commits
all-commits at lists.llvm.org
Thu Apr 16 11:52:14 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5aea02a163d94092b54833001e06a26c7e57fb01
https://github.com/llvm/llvm-project/commit/5aea02a163d94092b54833001e06a26c7e57fb01
Author: Nick Sarnie <nick.sarnie at intel.com>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M offload/test/api/omp_indirect_call_table_manual.c
M offload/test/api/omp_indirect_func_array.c
M offload/test/api/omp_indirect_func_struct.c
M openmp/device/src/Misc.cpp
Log Message:
-----------
[OpenMP][Device] Fix __llvm_omp_indirect_call_lookup function pointer types (#192502)
`__llvm_omp_indirect_call_lookup` takes in and returns a function
pointer, so make sure the types are correct, which includes the correct
address space.
The FE was recently changed to generate the correct code
[here](https://github.com/llvm/llvm-project/pull/192470).
With this change, three function pointer tests start passing.
Signed-off-by: Nick Sarnie <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