Make test target-specific
authorMatthew Simpson <mssimpso@codeaurora.org>
Tue, 16 May 2017 15:33:22 +0000 (15:33 +0000)
committerMatthew Simpson <mssimpso@codeaurora.org>
Tue, 16 May 2017 15:33:22 +0000 (15:33 +0000)
llvm-svn: 303178

llvm/test/Transforms/LoopVectorize/AArch64/interleave_count.ll [moved from llvm/test/Transforms/LoopVectorize/interleave_count.ll with 92% similarity]

@@ -1,5 +1,9 @@
+; REQUIRES: asserts
 ; RUN: opt < %s -loop-vectorize -force-target-instruction-cost=0 -force-vector-width=2 -force-vector-interleave=1 -instcombine -S | FileCheck %s
 
+target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
+target triple = "aarch64--linux-gnu"
+
 ; CHECK-LABEL: @copy(
 ; CHECK:       vector.body:
 ; CHECK-NEXT:    [[INDEX:%.*]] = phi i64 [ 0, %vector.ph ], [ [[INDEX_NEXT:%.*]], %vector.body ]