llvm-project
15d36aa4 - [clang][CodeGen] Preserve addrspace of enqueue_kernel builtin. (#148062)

Commit
116 days ago
[clang][CodeGen] Preserve addrspace of enqueue_kernel builtin. (#148062) __enqueue_kernel_varargs' last parameter is in addrspace(5), but CodeGen currently misses this qualifier. This commit fixes the code to preserve the qualifier by referencing Alloca, which has its casts removed, rather than TmpPtr.
Author
Parents
Loading