[llvm] [SPIRV] Added support for 2 kernel query builtins (PR #142280)
Michal Paszkowski via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 3 12:53:18 PDT 2025
================
@@ -261,7 +261,7 @@ bool isSpecialOpaqueType(const Type *Ty);
// Check if the function is an SPIR-V entry point
bool isEntryPoint(const Function &F);
-
+Register stripAddrspaceCast(Register Reg, const MachineRegisterInfo &MRI);
----------------
michalpaszkowski wrote:
Adding a new line
```suggestion
Register stripAddrspaceCast(Register Reg, const MachineRegisterInfo &MRI);
```
https://github.com/llvm/llvm-project/pull/142280
More information about the llvm-commits
mailing list