[all-commits] [llvm/llvm-project] 6a59d6: AMDGPU: Mark sendmsg intrinsics as nocallback (#12...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Feb 13 03:35:38 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a59d60e2b902a750d769d6198efb51e3ce88e70
      https://github.com/llvm/llvm-project/commit/6a59d60e2b902a750d769d6198efb51e3ce88e70
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-02-13 (Thu, 13 Feb 2025)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    A llvm/test/Transforms/FunctionAttrs/sendmsg-nocallback.ll

  Log Message:
  -----------
  AMDGPU: Mark sendmsg intrinsics as nocallback (#126782)

These can be nocallback, but no nosync. These return in the current
thread immediately, but may send a signal to the host, which could
trigger
the async execution of code in the module.

Fixes #124802



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