[llvm] [SPIR-V] Emit proper pointer type for OpenCL kernel arguments (PR #67726)
Michal Paszkowski via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 5 09:47:57 PDT 2023
================
@@ -37,6 +37,18 @@ std::optional<bool> lowerBuiltin(const StringRef DemangledCall,
const Register OrigRet, const Type *OrigRetTy,
const SmallVectorImpl<Register> &Args,
SPIRVGlobalRegistry *GR);
+
+/// Translates a string representing a SPIR-V or OpenCL to a TargetExtType that
----------------
michalpaszkowski wrote:
Right, did not notice this :)
https://github.com/llvm/llvm-project/pull/67726
More information about the llvm-commits
mailing list