[clang] [llvm] [HLSL] Add allresourcesbound option to DXC driver and set corresponding module flag (PR #173411)
Damyan Pepper via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 29 14:26:11 PST 2025
================
@@ -488,6 +488,9 @@ CODEGENOPT(StaticClosure, 1, 0, Benign)
/// Assume that UAVs/SRVs may alias
CODEGENOPT(ResMayAlias, 1, 0, Benign)
+/// Assume that not all resources are bound
----------------
damyanp wrote:
Is the "not" meant to be there?
```suggestion
/// Assume that all resources are bound
```
https://github.com/llvm/llvm-project/pull/173411
More information about the llvm-commits
mailing list