Add a SubclassData field to SDNode, similar to what's done
authorDan Gohman <gohman@apple.com>
Thu, 10 Jul 2008 21:44:59 +0000 (21:44 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 10 Jul 2008 21:44:59 +0000 (21:44 +0000)
commitea8a8651fae10bfea6149a512c01c0ebade4973f
tree0de5b89bdd68d6a180d33e9c789479c12dfcdb48
parent90b58e0317e042df065d57477dbe4005dea0320e
Add a SubclassData field to SDNode, similar to what's done
in Value, to make use of some otherwise unused space. Use this
field to shrink LoadSDNode and StoreSDNode by moving the
addressing mode and ext/trunc fields there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53422 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h