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

Improve handling of LLVM switch instructions #4

Open chris-chambers opened 9 years ago

chris-chambers commented 9 years ago

At the moment, these are just expanded (as lots of branching). But now that predication support is available, it will be easier to use predication to implement switch.

chris-chambers commented 9 years ago

Waiting on #6.