[llvm] [AMDGPU] Add llvm.amdgcn.dead intrinsic (PR #123190)

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 13:09:53 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,
----------------
nhaehnle wrote:

Yes, hoisting is semantically correct, just undesired in practice.

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


More information about the llvm-commits mailing list