[clang] [llvm] [HLSL] Add support for user semantics (PR #153424)

Nathan Gauër via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 30 02:45:58 PDT 2025


================
@@ -562,6 +572,69 @@ static llvm::Value *createSPIRVBuiltinLoad(IRBuilder<> &B, llvm::Module &M,
   return B.CreateLoad(Ty, GV);
 }
 
+static llvm::Value *createSPIRVLocationLoad(IRBuilder<> &B, llvm::Module &M,
+                                            llvm::Type *Ty, unsigned Location,
+                                            StringRef Name = "") {
----------------
Keenuts wrote:

removed

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


More information about the llvm-commits mailing list