| commit | 46ba31650e9eb5f95990adc240c7d1e925c57381 | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Mar 30 21:15:18 2016 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Mar 30 21:15:18 2016 +0000 |
| tree | fa57e5c899d2372ae9440d7feace8467347ef3ae | |
| parent | a4b1b6ea05645c8baacd5770540cf8c57549632b [diff] |
LegalizeDAG: Don't replace vector store with integer if not legal For the same reason as the corresponding load change. Note that ExpandStore is completely broken for non-byte sized element vector stores, but preserve the current broken behavior which has tests for it. The behavior should be the same, but now introduces a new typed store that is incorrectly split later rather than doing it directly. llvm-svn: 264928