[PATCH] D135155: [AMDGPU] Annotate the intrinsics to be default and nocallback

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 4 20:00:08 PDT 2022


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:1226
 
 def int_amdgcn_raw_tbuffer_store : Intrinsic <
     [],
----------------
Default


================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:1241
 
 def int_amdgcn_struct_tbuffer_load : Intrinsic <
     [llvm_any_ty],    // overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32
----------------
Default 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135155/new/

https://reviews.llvm.org/D135155



More information about the cfe-commits mailing list