[clang] [llvm] [AMDGPU] Introduce asyncmark/wait intrinsics (PR #173259)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 22 07:18:01 PST 2025
================
@@ -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
More information about the llvm-commits
mailing list