[OpenMP][OpenMPIRBuilder] Make outlined function parameters i64 or ptr
This patch ensures that all outlined functions parameters are i64 or ptr when compiling for a target device, which is what the OpenMP runtime expects. The values are then cast to the correct type inside the kernel. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D155628
Loading
Please sign in to comment