================
@@ -14,7 +14,7 @@
 namespace llvm {
 
 class AMDGPUWaitSGPRHazardsPass
-    : public OptionalPassInfoMixin<AMDGPUWaitSGPRHazardsPass> {
+    : public RequiredPassInfoMixin<AMDGPUWaitSGPRHazardsPass> {
----------------
arsenm wrote:

The option GlobalEnableSGPRHazardWaits shouldn't exist if this is required. My 
reading of the one line description is this a complementary aid to the real 
hazard recognizer 

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

Reply via email to