summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/load-store-flags.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: add correct kill flags when combining stm instructionsTim Northover2015-06-291-0/+43
When the store sequence being combined actually stores the base register, we should not mark it as killed until the end. rdar://21504262 llvm-svn: 241003
OpenPOWER on IntegriCloud