mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Clarify that select is only non-branching on the IR-level, it often ends
up as jump table or other forms of branches on the machine level. llvm-svn: 204819
This commit is contained in:
parent
b74bbaf8c5
commit
1a05766f6b
@ -6116,7 +6116,7 @@ Overview:
|
||||
"""""""""
|
||||
|
||||
The '``select``' instruction is used to choose one value based on a
|
||||
condition, without branching.
|
||||
condition, without IR-level branching.
|
||||
|
||||
Arguments:
|
||||
""""""""""
|
||||
|
Loading…
Reference in New Issue
Block a user