[llvm] [DirectX] Implement DXILResourceImplicitBinding pass (PR #138043)
Ashley Coleman via llvm-commits
llvm-commits at lists.llvm.org
Fri May 9 16:09:49 PDT 2025
================
@@ -998,6 +998,61 @@ void DXILResourceBindingInfo::populate(Module &M, DXILResourceTypeMap &DRTM) {
}
}
+// returns false if binding could not be found in given space
----------------
V-FEXrt wrote:
nit:
```suggestion
// returns nullopt if binding could not be found in given space
```
https://github.com/llvm/llvm-project/pull/138043
More information about the llvm-commits
mailing list