[all-commits] [llvm/llvm-project] 725726: [NVPTX] Fix generic address in st.bulk intrinsic (...

Srinivasa Ravi via All-commits all-commits at lists.llvm.org
Tue Mar 11 20:20:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 725726171240afa76166392d105900040a00c5b4
      https://github.com/llvm/llvm-project/commit/725726171240afa76166392d105900040a00c5b4
  Author: Srinivasa Ravi <srinivasar at nvidia.com>
  Date:   2025-03-12 (Wed, 12 Mar 2025)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsNVVM.td
    M llvm/test/CodeGen/NVPTX/st_bulk.ll

  Log Message:
  -----------
  [NVPTX] Fix generic address in st.bulk intrinsic (#130740)

This PR fixes an oversight from the previous change (PR #128856) that
introduced the `st.bulk` intrinsic where `llvm_global_ptr_ty` was used
instead of `llvm_ptr_ty` for generic addressing.

PTX Spec Reference:

https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#data-movement-and-conversion-instructions-st-bulk



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list