From 357013f05ef2ed4fb6274719d1f71d1ff1c85a1a Mon Sep 17 00:00:00 2001 From: Taewook Oh Date: Thu, 3 Aug 2017 21:07:12 +0000 Subject: [PATCH] Move unit test to the proper location Summary: Move test/CodeGen/AArch64/reg-bank-128bit.mir to test/CodeGen/AArch64/GlobalISel/reg-bank-128bit.mir so that the test is executed only when global-isel is enabled. lit.local.cfg under test/CodeGen/AArch64/GlobalISel checks if 'global-isel' is in the available_features while the same file under test/CodeGen/AArch64 doesn't. Reviewers: qcolombet, davide Reviewed By: davide Subscribers: davide, aemerson, javed.absar, igorb, kristof.beyls, llvm-commits Differential Revision: https://reviews.llvm.org/D36282 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309985 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/{ => GlobalISel}/reg-bank-128bit.mir | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/AArch64/{ => GlobalISel}/reg-bank-128bit.mir (100%) diff --git a/test/CodeGen/AArch64/reg-bank-128bit.mir b/test/CodeGen/AArch64/GlobalISel/reg-bank-128bit.mir similarity index 100% rename from test/CodeGen/AArch64/reg-bank-128bit.mir rename to test/CodeGen/AArch64/GlobalISel/reg-bank-128bit.mir -- 2.50.1