[all-commits] [llvm/llvm-project] 00f576: AMDGPU: Remove nocapture attribute from is.shared ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Feb 28 06:26:47 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00f5763943205f6e29ef08c7d2056599ecf942fd
https://github.com/llvm/llvm-project/commit/00f5763943205f6e29ef08c7d2056599ecf942fd
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
Log Message:
-----------
AMDGPU: Remove nocapture attribute from is.shared and is.private intrinsics (#129238)
This should be replaced with captures(address), but tablegen currently
has
no way to indicate that on an intrinsic. I opened issue #129184 to fix
this.
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