Skip to content
Commit ae509325 authored by Chris Lattner's avatar Chris Lattner
Browse files

The simplifycfg pass should be able to turn stuff like:

  if (X == 4 || X == 7)
and
  if (X != 4 && X != 7)

into switch instructions.

llvm-svn: 11791
parent cf96c6ca
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment