[llvm] [AMDGPU] Add intrinsics and MIs for ds_bvh_stack_* (PR #130007)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 00:21:43 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
----------------
arsenm wrote:
Why isn't this a pointer type? Same for the rest
https://github.com/llvm/llvm-project/pull/130007
More information about the llvm-commits
mailing list