sbbm / llvm

Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
http://llvm.org
GNU General Public License v3.0
0 stars 1 forks source link

Use predication to directly implement LLVM's select instruction #5

Open chris-chambers opened 9 years ago

chris-chambers commented 9 years ago

select is currently set to be expanded to branching code. Now that predication is available, this expansion can be eliminated.

chris-chambers commented 9 years ago

Waiting on #6.