[llvm] r277218 - [Hexagon] Fix test that uses -debug-only to require asserts.
Michael Kuperstein via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 29 14:44:34 PDT 2016
Author: mkuper
Date: Fri Jul 29 16:44:33 2016
New Revision: 277218
URL: http://llvm.org/viewvc/llvm-project?rev=277218&view=rev
Log:
[Hexagon] Fix test that uses -debug-only to require asserts.
Modified:
llvm/trunk/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll
Modified: llvm/trunk/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll?rev=277218&r1=277217&r2=277218&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll (original)
+++ llvm/trunk/test/CodeGen/Hexagon/misaligned_double_vector_store_not_fast.ll Fri Jul 29 16:44:33 2016
@@ -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
More information about the llvm-commits
mailing list