================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to