[llvm] [clang] [lld] [FuncAttrs] Deduce `noundef` attributes for return values (PR #76553)

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 1 13:22:05 PST 2024


vitalybuka wrote:

```
This patch deduces noundef attributes for return values.
IIUC, a function returns noundef values iff all of its return values are guaranteed not to be undef or poison.
```

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


More information about the cfe-commits mailing list