[llvm] [AMDGPU] Add llvm.amdgcn.dead intrinsic (PR #123190)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 22:35:59 PST 2025
================
@@ -3442,4 +3442,11 @@ def int_amdgcn_addrspacecast_nonnull : DefaultAttrsIntrinsic<
[llvm_anyptr_ty], [llvm_anyptr_ty],
[IntrNoMem, IntrSpeculatable]
>;
+
+/// Make it clear to the backend that this value is really dead. For instance,
----------------
arsenm wrote:
So is this just convergent poison? Why isn't it IntrConvergent?
https://github.com/llvm/llvm-project/pull/123190
More information about the llvm-commits
mailing list