From 2f45a3c2528c0d25051a84418e12b83bb3911ed7 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Fri, 30 Jan 2015 07:33:31 +0000 Subject: [PATCH] Move the target specific test case arbitrary-induction-step.ll to test/Transforms/LoopVectorize/AArch64 folder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227561 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../LoopVectorize/{ => AArch64}/arbitrary-induction-step.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/LoopVectorize/{ => AArch64}/arbitrary-induction-step.ll (100%) diff --git a/test/Transforms/LoopVectorize/arbitrary-induction-step.ll b/test/Transforms/LoopVectorize/AArch64/arbitrary-induction-step.ll similarity index 100% rename from test/Transforms/LoopVectorize/arbitrary-induction-step.ll rename to test/Transforms/LoopVectorize/AArch64/arbitrary-induction-step.ll -- 2.34.1