diff options
-rw-r--r-- | llvm/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll b/llvm/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll index 451feef8a36..25cb14e8514 100644 --- a/llvm/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll +++ b/llvm/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll @@ -1,4 +1,5 @@ ; RUN: llc -march=hexagon -O3 -debug-only=isel 2>&1 < %s | FileCheck %s +; REQUIRES: asserts ; DAGCombiner converts the two vector stores to a double vector store, ; even if the double vector store is unaligned. This is not good. If it |