[llvm] [AMDGPU] Add intrinsics and MIs for ds_bvh_stack_* (PR #130007)
Mariusz Sikora via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 00:40:55 PST 2025
================
@@ -2801,6 +2803,32 @@ def int_amdgcn_wmma_bf16_16x16x16_bf16 : AMDGPUWmmaIntrinsicOPSEL<llvm_anyint_ty
// GFX12 Intrinsics
//===----------------------------------------------------------------------===//
+def int_amdgcn_ds_bvh_stack_push4_pop1_rtn : IntDSBVHStackRtn;
+
+def int_amdgcn_ds_bvh_stack_push8_pop1_rtn :
+ Intrinsic<
+ [llvm_i32_ty, llvm_i32_ty], // %vdst, %addr
+ [
+ llvm_i32_ty, // %addr
----------------
mariusz-sikora-at-amd wrote:
This was just based on how `int_amdgcn_ds_bvh_stack_rtn` was implemented (L2721). It also used `llvm_i32_ty`
https://github.com/llvm/llvm-project/pull/130007
More information about the llvm-commits
mailing list