Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC] Update the test to check the endianness after the CodeGenPrepare ↵ | QingShan Zhang | 2019-06-04 | 1 | -7/+15 |
| | | | | | | instead of checking the assembly instructions. llvm-svn: 362471 | ||||
* | [CodeGenPrepare] Respect endianness in splitMergedValStore. | Jonas Paulsson | 2018-03-13 | 1 | -0/+22 |
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 |