commit | 83fd8feb00b1d77c756894a0bdd0bfcc2001007c | [log] [tgz] |
---|---|---|
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Fri Jul 29 17:55:37 2016 +0000 |
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Fri Jul 29 17:55:37 2016 +0000 |
tree | d9eabeaac712c6f6bba700a710479af4efa6ed46 | |
parent | 227b764c52024d76a9738e0de2e11d1a80df96db [diff] |
[Hexagon] Testcase for not merging stores into a misaligned store The DAG combiner will try to merge consecutive stores into a bigger store, unless the resulting store is not fast. Misaligned vector stores are allowed on Hexagon, but are not fast. Add a testcase to make sure this type of merging does not occur. Patch by Pranav Bhandarkar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277182 91177308-0d34-0410-b5e6-96231b3b80d8