================
@@ -9600,6 +9600,15 @@ def fhlsl_spv_use_unknown_image_format
                "from the resource's data type.">,
       MarshallingInfoFlag<LangOpts<"HLSLSpvUseUnknownImageFormat">>;
 
+def fhlsl_spv_enable_maximal_reconvergence
+    : Flag<["-"], "fspv-enable-maximal-reconvergence">,
+      Group<dxc_Group>,
+      Visibility<[CC1Option, DXCOption]>,
+      HelpText<"Enables maximal reconvergence for SPIR-V codegen. This ensures 
"
+               "that all control flow merges at the nearest possible merge 
point "
+               "as defined by the Vulkan spec.">,
----------------
s-perron wrote:

Update as above.

https://github.com/llvm/llvm-project/pull/163474
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to