[llvm] AMDGPU/GFX12: Fix s_barrier_signal_isfirst for single-wave workgroups (PR #143634)
Carl Ritson via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 10 20:59:29 PDT 2025
Nicolai =?utf-8?q?Hähnle?= <nicolai.haehnle at amd.com>,
Nicolai =?utf-8?q?Hähnle?= <nhaehnle at gmail.com>,
Nicolai =?utf-8?q?Hähnle?= <nhaehnle at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/143634 at github.com>
https://github.com/perlfu commented:
The change seems fine; however, the lit test code gen indicates we are not handling the other conditions required to read SCC.
Specifically we need to wait on `KMcnt`, and a `S_BARRIER_WAIT`?
https://github.com/llvm/llvm-project/pull/143634
More information about the llvm-commits
mailing list