Chris Lattner d1eaebef49 The simplifycfg pass should be able to turn stuff like:
if (X == 4 || X == 7)
and
  if (X != 4 && X != 7)

into switch instructions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11791 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-24 05:34:44 +00:00
..
2003-12-19 09:08:15 +00:00
2003-11-19 18:37:06 +00:00
2003-12-09 16:49:12 +00:00
2004-02-23 20:24:16 +00:00
2003-12-19 06:54:37 +00:00
2003-12-10 20:18:09 +00:00
2003-11-05 22:06:03 +00:00
2003-10-05 21:11:57 +00:00
2004-01-12 01:17:42 +00:00
2003-12-14 23:39:34 +00:00