OSDN Git Service

[TableGen] Remove an assumption about the order of encodings in the MVT::SimpleValueT...
authorCraig Topper <craig.topper@gmail.com>
Thu, 3 Dec 2015 05:57:37 +0000 (05:57 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 3 Dec 2015 05:57:37 +0000 (05:57 +0000)
commit15766ec56623c80fa9771fc15e8f468fd4b77e6c
tree1a8df848b9e660ccdfc06d68ebdd8deb1e0998e7
parentd26f9217962b4fbe435341aadfc3950edd32c9a3
[TableGen] Remove an assumption about the order of encodings in the MVT::SimpleValueType enum. Instead of assuming the types are sorted by size, scan the typeset arrays to find the smallest/largest type. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254589 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenDAGPatterns.cpp