Duncan Sands 83ec4b6711 Wrap MVT::ValueType in a struct to get type safety
and better control the abstraction.  Rename the type
to MVT.  To update out-of-tree patches, the main
thing to do is to rename MVT::ValueType to MVT, and
rewrite expressions like MVT::getSizeInBits(VT) in
the form VT.getSizeInBits().  Use VT.getSimpleVT()
to extract a MVT::SimpleValueType for use in switch
statements (you will get an assert failure if VT is
an extended value type - these shouldn't exist after
type legalization).
This results in a small speedup of codegen and no
new testsuite failures (x86-64 linux).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52044 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-06 12:08:01 +00:00
..
2007-02-04 00:17:35 +00:00
2007-10-02 00:44:20 +00:00
2008-05-22 03:06:14 +00:00
2007-09-22 10:17:08 +00:00
2007-09-22 10:07:00 +00:00
2008-02-22 21:55:51 +00:00
2008-04-24 06:00:30 +00:00
2007-07-09 08:04:31 +00:00
2008-06-05 21:44:00 +00:00