Add a new MVT::untyped. This will be used in future work for modelling ISA features...
authorOwen Anderson <resistor@mac.com>
Wed, 15 Jun 2011 23:35:18 +0000 (23:35 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 15 Jun 2011 23:35:18 +0000 (23:35 +0000)
commit77b4b13c2a525faf646a6784b24692cf0459b75e
tree7639bf12c28f01272d8f93a42df63718aee8de85
parentf28987b76e758b5f2fcc2c5d2c8e073df54ca91e
Add a new MVT::untyped.  This will be used in future work for modelling ISA features like register pairs and lists with "interesting" constraints (such as ARM NEON contiguous register lists or even-odd paired registers).  We need to be able to generate these instructions (often from intrinsics), but don't want to have to assign a legal type to them.  Instead, we'll use an "untyped" edge to bypass the type-checking and simply ensure that the register classes match.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133106 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ValueTypes.h
include/llvm/CodeGen/ValueTypes.td
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
utils/TableGen/CodeGenTarget.cpp