Chris Lattner 9cdd9659c3 teach tblgen to be more aggressive when factoring CheckType nodes.
Now it will factor things like this:

CheckType i32
  ...
CheckOpcode ISD::AND
  CheckType i64
  ...

into:

SwitchType:
  i32: ...
  i64:
    CheckOpcode ISD::AND
    ...

This shrinks hte table by a few bytes, nothing spectacular.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97908 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-07 07:01:28 +00:00
..
2010-03-03 05:40:40 +00:00
2009-12-19 20:56:53 +00:00
2010-02-26 21:45:37 +00:00
2010-03-01 17:53:39 +00:00
2009-12-19 20:56:53 +00:00