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

Vikram Hegde via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 6 02:04:15 PDT 2026


================
@@ -13,7 +13,7 @@
 
 namespace llvm {
 class RegisterCoalescerPass
-    : public OptionalPassInfoMixin<RegisterCoalescerPass> {
+    : public RequiredPassInfoMixin<RegisterCoalescerPass> {
----------------
vikramRH wrote:

Changing the behavior would have impact on few lit tests when enabling NPM (as well in CI probably ?). shouldn't such changes happen separately and  on both legacy and NPM at the same time ?

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


More information about the llvm-branch-commits mailing list