[llvm] [AMDGPU] Update hasUnwantedEffectsWhenEXECEmpty (PR #97982)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 01:21:06 PDT 2024
================
@@ -936,6 +936,14 @@ class SIInstrInfo final : public AMDGPUGenInstrInfo {
Opcode == AMDGPU::S_BARRIER_SIGNAL_ISFIRST_IMM;
}
+ bool isBarrierRelated(unsigned Opcode) const {
----------------
arsenm wrote:
Name could be better. Not sure what "barrier related" means, or why DS_GWS_BARRIER doesn't count as a barrier
https://github.com/llvm/llvm-project/pull/97982
More information about the llvm-commits
mailing list