| commit | 5612bb292c861f41c71abf2cb3e48fff93a3f34f | [log] [tgz] |
|---|---|---|
| author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | Tue Mar 13 08:36:20 2018 +0000 |
| committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | Tue Mar 13 08:36:20 2018 +0000 |
| tree | 2b55c35661b2d4899154c2d6eed735bec97694f4 | |
| parent | afbf90aef9e7878a2b139c3f7a5ef22b5d34caf7 [diff] |
[CodeGenPrepare] Respect endianness in splitMergedValStore. splitMergedValStore will split a store into two if target prefers this, or if -force-split-store is passed. This patch adds the missing handling for endianness in this function along with a test case. Review: Eli Friedman https://reviews.llvm.org/D44396 llvm-svn: 327375