[llvm] [SPIR-V] Improve type inference for a known instruction's builtin: OpGroupAsyncCopy (PR #96895)

Michal Paszkowski via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 23:57:39 PDT 2024


================
@@ -38,6 +38,12 @@ std::optional<bool> lowerBuiltin(const StringRef DemangledCall,
                                  const SmallVectorImpl<Register> &Args,
                                  SPIRVGlobalRegistry *GR);
 
+/// Helper external function for finding a builtin funtion attributes
----------------
michalpaszkowski wrote:

Typo: funtion -> function

Why do you say this function is external? I think all functions declared in SPIRVBuiltins.h are defined in SPIRVBuiltins.cpp

https://github.com/llvm/llvm-project/pull/96895


More information about the llvm-commits mailing list