[clang] [llvm] [HLSL] Add allresourcesbound option to DXC driver and set corresponding module flag (PR #173411)

Damyan Pepper via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 29 15:48:39 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:

What do you get if you apply this same logic to ResMayAlias?  I think that the convention is to document what it means if the flag is set.

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


More information about the cfe-commits mailing list