From: Matthew Simpson Date: Tue, 16 May 2017 15:33:22 +0000 (+0000) Subject: Make test target-specific X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cce9257402113b45afa01ee12a3625f32e77ee29;p=llvm Make test target-specific git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303178 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopVectorize/interleave_count.ll b/test/Transforms/LoopVectorize/AArch64/interleave_count.ll similarity index 92% rename from test/Transforms/LoopVectorize/interleave_count.ll rename to test/Transforms/LoopVectorize/AArch64/interleave_count.ll index 2ca40f674a2..275beb6d662 100644 --- a/test/Transforms/LoopVectorize/interleave_count.ll +++ b/test/Transforms/LoopVectorize/AArch64/interleave_count.ll @@ -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 ]