Commit dbbd4e0
authored
[LangRef] select: describe behavior for undef and poison (#208724)
The poison semantics is based on
https://llvm.org/docs/UndefinedBehavior.html#propagation-of-poison-through-select.
IMO this definitely should appear in the "semantics" section of the
`select` instruction. If this isn't part of the `select` semantics I
don't know what is.
The undef semantics are based on what Alive does.1 parent add1925 commit dbbd4e0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13392 | 13392 | | |
13393 | 13393 | | |
13394 | 13394 | | |
13395 | | - | |
| 13395 | + | |
| 13396 | + | |
13396 | 13397 | | |
13397 | 13398 | | |
13398 | 13399 | | |
| |||
0 commit comments