================
@@ -457,6 +457,9 @@ class SIInsertWaitcnts {
   // message.
   DenseSet<MachineInstr *> ReleaseVGPRInsts;
 
+  // Track legacy async instructions to later remove CPol::ASYNC_pregfx12
+  SmallVector<MachineInstr *, 32> InstsWithAsyncCpolBit;
----------------
jayfoad wrote:

```suggestion
  SmallVector<MachineInstr *> InstsWithAsyncCpolBit;
```

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

Reply via email to