[llvm] [AMDGPU] New intrinsic llvm.amdgcn.pops.exiting.wave.id (PR #89612)

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 08:35:15 PDT 2024


================
@@ -2485,6 +2485,9 @@ class AMDGPUGlobalLoadLDS : Intrinsic <
   "", [SDNPMemOperand]>;
 def int_amdgcn_global_load_lds : AMDGPUGlobalLoadLDS;
 
+def int_amdgcn_pops_exiting_wave_id :
+  DefaultAttrsIntrinsic<[llvm_i32_ty], [], [IntrNoMem, IntrSpeculatable]>;
----------------
nhaehnle wrote:

I don't remember any of the POPS stuff, but perhaps just don't make it `IntrNoMem` and `IntrSpeculatable`?

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


More information about the llvm-commits mailing list