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

Joshua Batista via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 29 16:03:09 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
----------------
bob80905 wrote:

You're right, looks like I read it wrong. Gonna clear the language up so it's unambiguous.

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


More information about the cfe-commits mailing list