llvm-project
5aea02a1 - [OpenMP][Device] Fix __llvm_omp_indirect_call_lookup function pointer types (#192502)

Commit
16 days ago
[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@intel.com>
Author
Parents
Loading