From c3ff31ab3f1825c438ccde47004ce013023789d6 Mon Sep 17 00:00:00 2001 From: Anna Thomas Date: Tue, 11 Apr 2017 18:31:42 +0000 Subject: [PATCH] [LV] Move first order recurrence test to common folder. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299969 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../LoopVectorize/{AArch64 => }/first-order-recurrence.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/LoopVectorize/{AArch64 => }/first-order-recurrence.ll (100%) diff --git a/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll b/test/Transforms/LoopVectorize/first-order-recurrence.ll similarity index 100% rename from test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll rename to test/Transforms/LoopVectorize/first-order-recurrence.ll -- 2.40.0