From 15bcd62e140a9a0d636d8340c8ab8f860f2b9a71 Mon Sep 17 00:00:00 2001 From: Daniel Berlin Date: Thu, 11 Aug 2016 20:35:07 +0000 Subject: [PATCH] Move GVNHoist tests into their own directory since it is a separate pass llvm-svn: 278404 --- test/Transforms/{GVN => GVNHoist}/hoist-call.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-convergent.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-md.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-mssa.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-pr20242.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-pr22005.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-pr28606.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-pr28933.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist-recursive-geps.ll | 0 test/Transforms/{GVN => GVNHoist}/hoist.ll | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/{GVN => GVNHoist}/hoist-call.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-convergent.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-md.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-mssa.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-pr20242.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-pr22005.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-pr28606.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-pr28933.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist-recursive-geps.ll (100%) rename test/Transforms/{GVN => GVNHoist}/hoist.ll (100%) diff --git a/test/Transforms/GVN/hoist-call.ll b/test/Transforms/GVNHoist/hoist-call.ll similarity index 100% rename from test/Transforms/GVN/hoist-call.ll rename to test/Transforms/GVNHoist/hoist-call.ll diff --git a/test/Transforms/GVN/hoist-convergent.ll b/test/Transforms/GVNHoist/hoist-convergent.ll similarity index 100% rename from test/Transforms/GVN/hoist-convergent.ll rename to test/Transforms/GVNHoist/hoist-convergent.ll diff --git a/test/Transforms/GVN/hoist-md.ll b/test/Transforms/GVNHoist/hoist-md.ll similarity index 100% rename from test/Transforms/GVN/hoist-md.ll rename to test/Transforms/GVNHoist/hoist-md.ll diff --git a/test/Transforms/GVN/hoist-mssa.ll b/test/Transforms/GVNHoist/hoist-mssa.ll similarity index 100% rename from test/Transforms/GVN/hoist-mssa.ll rename to test/Transforms/GVNHoist/hoist-mssa.ll diff --git a/test/Transforms/GVN/hoist-pr20242.ll b/test/Transforms/GVNHoist/hoist-pr20242.ll similarity index 100% rename from test/Transforms/GVN/hoist-pr20242.ll rename to test/Transforms/GVNHoist/hoist-pr20242.ll diff --git a/test/Transforms/GVN/hoist-pr22005.ll b/test/Transforms/GVNHoist/hoist-pr22005.ll similarity index 100% rename from test/Transforms/GVN/hoist-pr22005.ll rename to test/Transforms/GVNHoist/hoist-pr22005.ll diff --git a/test/Transforms/GVN/hoist-pr28606.ll b/test/Transforms/GVNHoist/hoist-pr28606.ll similarity index 100% rename from test/Transforms/GVN/hoist-pr28606.ll rename to test/Transforms/GVNHoist/hoist-pr28606.ll diff --git a/test/Transforms/GVN/hoist-pr28933.ll b/test/Transforms/GVNHoist/hoist-pr28933.ll similarity index 100% rename from test/Transforms/GVN/hoist-pr28933.ll rename to test/Transforms/GVNHoist/hoist-pr28933.ll diff --git a/test/Transforms/GVN/hoist-recursive-geps.ll b/test/Transforms/GVNHoist/hoist-recursive-geps.ll similarity index 100% rename from test/Transforms/GVN/hoist-recursive-geps.ll rename to test/Transforms/GVNHoist/hoist-recursive-geps.ll diff --git a/test/Transforms/GVN/hoist.ll b/test/Transforms/GVNHoist/hoist.ll similarity index 100% rename from test/Transforms/GVN/hoist.ll rename to test/Transforms/GVNHoist/hoist.ll