[llvm-branch-commits] [llvm] [NPM] Make few more passes required (PR #203511)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 6 03:37:10 PDT 2026


================
@@ -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


More information about the llvm-branch-commits mailing list