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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 01:38:56 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]>;
----------------
arsenm wrote:

IntrInaccessibleMemOnly? We probably should have a PseudoSourceValue for all of those 

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


More information about the llvm-commits mailing list