llvm-project
7039515e - [OpenMP] Fix convention of SPIRV outline functions (#192450)

Commit
17 days ago
[OpenMP] Fix convention of SPIRV outline functions (#192450) When creating an outline function for device code we're not setting the right calling convention when the target is SPIRV. This results in the calls to the function to be removed by the InstCombine pass as it thinks is not callable.
Author
Parents
Loading