From ff123881d2a16c3e2d28caf7e395f63804f676a4 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Thu, 27 Aug 2015 15:24:47 +0000 Subject: [PATCH] [LoopVectorize] Move test from r246149 into a target-specific folder to appease bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246154 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../LoopVectorize/{ => AArch64}/reduction-small-size.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/LoopVectorize/{ => AArch64}/reduction-small-size.ll (100%) diff --git a/test/Transforms/LoopVectorize/reduction-small-size.ll b/test/Transforms/LoopVectorize/AArch64/reduction-small-size.ll similarity index 100% rename from test/Transforms/LoopVectorize/reduction-small-size.ll rename to test/Transforms/LoopVectorize/AArch64/reduction-small-size.ll -- 2.34.1