[clang] [llvm] [AMDGPU] Add the support for 45-bit buffer resource (PR #159702)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 19 06:18:36 PDT 2025


================
@@ -1431,7 +1431,7 @@ def int_amdgcn_make_buffer_rsrc : DefaultAttrsIntrinsic <
   [llvm_anyptr_ty],
   [llvm_anyptr_ty, // base
    llvm_i16_ty,    // stride (and swizzle control)
-   llvm_i32_ty,    // NumRecords / extent
+   llvm_i64_ty,    // NumRecords / extent
----------------
shiltian wrote:

Do we want to do auto-upgrade for this case?

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


More information about the cfe-commits mailing list