[llvm-branch-commits] [clang] [llvm] [AMDGPU] Introduce asyncmark/wait intrinsics (PR #180467)
Pierre van Houtryve via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 9 01:09:27 PST 2026
================
@@ -1034,6 +1030,10 @@ class SIInstrInfo final : public AMDGPUGenInstrInfo {
return get(Opcode).TSFlags & SIInstrFlags::ASYNC_CNT;
}
+ static bool usesLGKM_CNT(const MachineInstr &MI) {
----------------
Pierre-vh wrote:
function moves for no reason?
https://github.com/llvm/llvm-project/pull/180467
More information about the llvm-branch-commits
mailing list