]> granicus.if.org Git - llvm/commit
[SelectionDAGBuilder] Use EVT::getVectorVT instead of MVT::getVectorVT to prevent...
authorCraig Topper <craig.topper@intel.com>
Sat, 1 Jul 2017 06:46:09 +0000 (06:46 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 1 Jul 2017 06:46:09 +0000 (06:46 +0000)
commit328ed4754f550a979dcfcf3d4e7930e9abfa7721
tree6e7ee81e0b044209f7502bcd544f44d81fb22050
parentef0aeadf374c0f92a7eda1a8cf692a699f7da9d0
[SelectionDAGBuilder] Use EVT::getVectorVT instead of MVT::getVectorVT to prevent a crash if the type isn't a simple VT.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306950 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp