summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/codegenprepare-splitstore.ll
Commit message (Collapse)AuthorAgeFilesLines
* [NFC] Update the test to check the endianness after the CodeGenPrepare ↵QingShan Zhang2019-06-041-7/+15
| | | | | | instead of checking the assembly instructions. llvm-svn: 362471
* [CodeGenPrepare] Respect endianness in splitMergedValStore.Jonas Paulsson2018-03-131-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
OpenPOWER on IntegriCloud