Add support for promoting stores from one legal type to another, allowing us
authorChris Lattner <sabre@nondot.org>
Sun, 16 Apr 2006 01:36:45 +0000 (01:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Apr 2006 01:36:45 +0000 (01:36 +0000)
commit2efce0a589e2a688a1a06b5dc2ed0db32ae79924
tree22d763d80dcc82d02633a87500be6e814d097e7a
parentb17f1679e3ce2b40fc2141fc50ef3def4bbd00bc
Add support for promoting stores from one legal type to another, allowing us
to write one pattern for vector stores instead of 4.

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