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

Don't think this is required, but also the existing pass isn't properly 
skipping optnone functions

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