summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/SystemZ/codegenprepare-splitstore.ll
AgeCommit message (Collapse)Author
2022-10-11[SystemZ][NFC] Opaque pointer migration.Kai Nacke
The LIT test cases were migrated with the script provided by Nikita Popov. No manual changes were made. Committed without review since no functional changes, after consultation with uweigand.
2019-06-04[NFC] Update the test to check the endianness after the CodeGenPrepare ↵QingShan Zhang
instead of checking the assembly instructions. llvm-svn: 362471
2018-03-13[CodeGenPrepare] Respect endianness in splitMergedValStore.Jonas Paulsson
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