From 230cf9a36022ce3adbe67fb43486209f3e944883 Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Thu, 3 Oct 2019 20:21:23 +0000 Subject: [PATCH] [AArch64][SVE] Move the testcase into CodeGen dir https://reviews.llvm.org/rL373600 added an AArch64 testcase in top dir which should be moved to Codegen dir. llvm-svn: 373657 --- sve-fp.ll => llvm/test/CodeGen/AArch64/sve-fp.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sve-fp.ll => llvm/test/CodeGen/AArch64/sve-fp.ll (100%) diff --git a/sve-fp.ll b/llvm/test/CodeGen/AArch64/sve-fp.ll similarity index 100% rename from sve-fp.ll rename to llvm/test/CodeGen/AArch64/sve-fp.ll -- 2.7.4