[llvm] [AMDGPU] Add `nocreateundeforpoison` annotations (PR #166450)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 14:03:46 PST 2025


arsenm wrote:

> Re general applicability ... I'm not so sure about that?
> 
> A load, for example, can return a poison, no?

Doesn't matter, intrinsics have to explicitly opt-in to use the default attributes. This is a majority vote question among existing intrinsics. 

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


More information about the llvm-commits mailing list