From 98cbb067cefccc4ca3b8750e981c54f2c1eb4bad 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 llvm-svn: 299969 --- .../test/Transforms/LoopVectorize/{AArch64 => }/first-order-recurrence.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename llvm/test/Transforms/LoopVectorize/{AArch64 => }/first-order-recurrence.ll (100%) diff --git a/llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll b/llvm/test/Transforms/LoopVectorize/first-order-recurrence.ll similarity index 100% rename from llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll rename to llvm/test/Transforms/LoopVectorize/first-order-recurrence.ll -- 2.7.4