[llvm] [SPIRV] Added support for extension SPV_INTEL_fpga_buffer_location (PR #133679)
via llvm-commits
llvm-commits at lists.llvm.org
Sun May 11 23:17:38 PDT 2025
================
@@ -81,5 +82,15 @@ MDString *getOCLKernelArgTypeQual(const Function &F, unsigned ArgIdx) {
"Kernel attributes are attached/belong only to OpenCL kernel functions");
return getOCLKernelArgAttribute(F, ArgIdx, "kernel_arg_type_qual");
}
+int64_t processKernelArgBufferLocation(
----------------
swatheesh-mcw wrote:
Add an empty line here.
https://github.com/llvm/llvm-project/pull/133679
More information about the llvm-commits
mailing list