[llvm] [AMDGPU] Update hasUnwantedEffectsWhenEXECEmpty (PR #97982)

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 13 16:58:03 PDT 2024


================
@@ -936,6 +936,14 @@ class SIInstrInfo final : public AMDGPUGenInstrInfo {
            Opcode == AMDGPU::S_BARRIER_SIGNAL_ISFIRST_IMM;
   }
 
+  bool isBarrierRelated(unsigned Opcode) const {
----------------
perlfu wrote:

Change to `isBarrier` add DS_GWS parts.

https://github.com/llvm/llvm-project/pull/97982


More information about the llvm-commits mailing list