OSDN Git Service

[Hexagon] Testcase for not merging stores into a misaligned store
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 29 Jul 2016 17:55:37 +0000 (17:55 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 29 Jul 2016 17:55:37 +0000 (17:55 +0000)
commit83fd8feb00b1d77c756894a0bdd0bfcc2001007c
treed9eabeaac712c6f6bba700a710479af4efa6ed46
parent227b764c52024d76a9738e0de2e11d1a80df96db
[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
test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll [new file with mode: 0644]