From a34c885d51b1ad257ff9432f4c3dbac0ecea02d6 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 5 Aug 2010 17:04:15 +0000 Subject: [PATCH] Move x86-specific tests out of test/Transforms/LoopStrengthReduce and into test/CodeGen/X86, so that they aren't run when the x86 target is not enabled. Fix uglygep.ll to not be x86-specific. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110343 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../LoopStrengthReduce => CodeGen/X86}/2008-08-06-CmpStride.ll | 0 .../X86}/2009-02-09-ivs-different-sizes.ll | 0 .../X86}/change-compare-stride-trickiness-0.ll | 0 .../X86}/change-compare-stride-trickiness-1.ll | 0 .../X86}/change-compare-stride-trickiness-2.ll | 0 .../LoopStrengthReduce => CodeGen/X86}/insert-positions.ll | 0 test/Transforms/LoopStrengthReduce/uglygep.ll | 1 - 7 files changed, 1 deletion(-) rename test/{Transforms/LoopStrengthReduce => CodeGen/X86}/2008-08-06-CmpStride.ll (100%) rename test/{Transforms/LoopStrengthReduce => CodeGen/X86}/2009-02-09-ivs-different-sizes.ll (100%) rename test/{Transforms/LoopStrengthReduce => CodeGen/X86}/change-compare-stride-trickiness-0.ll (100%) rename test/{Transforms/LoopStrengthReduce => CodeGen/X86}/change-compare-stride-trickiness-1.ll (100%) rename test/{Transforms/LoopStrengthReduce => CodeGen/X86}/change-compare-stride-trickiness-2.ll (100%) rename test/{Transforms/LoopStrengthReduce => CodeGen/X86}/insert-positions.ll (100%) diff --git a/test/Transforms/LoopStrengthReduce/2008-08-06-CmpStride.ll b/test/CodeGen/X86/2008-08-06-CmpStride.ll similarity index 100% rename from test/Transforms/LoopStrengthReduce/2008-08-06-CmpStride.ll rename to test/CodeGen/X86/2008-08-06-CmpStride.ll diff --git a/test/Transforms/LoopStrengthReduce/2009-02-09-ivs-different-sizes.ll b/test/CodeGen/X86/2009-02-09-ivs-different-sizes.ll similarity index 100% rename from test/Transforms/LoopStrengthReduce/2009-02-09-ivs-different-sizes.ll rename to test/CodeGen/X86/2009-02-09-ivs-different-sizes.ll diff --git a/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll b/test/CodeGen/X86/change-compare-stride-trickiness-0.ll similarity index 100% rename from test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll rename to test/CodeGen/X86/change-compare-stride-trickiness-0.ll diff --git a/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-1.ll b/test/CodeGen/X86/change-compare-stride-trickiness-1.ll similarity index 100% rename from test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-1.ll rename to test/CodeGen/X86/change-compare-stride-trickiness-1.ll diff --git a/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-2.ll b/test/CodeGen/X86/change-compare-stride-trickiness-2.ll similarity index 100% rename from test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-2.ll rename to test/CodeGen/X86/change-compare-stride-trickiness-2.ll diff --git a/test/Transforms/LoopStrengthReduce/insert-positions.ll b/test/CodeGen/X86/insert-positions.ll similarity index 100% rename from test/Transforms/LoopStrengthReduce/insert-positions.ll rename to test/CodeGen/X86/insert-positions.ll diff --git a/test/Transforms/LoopStrengthReduce/uglygep.ll b/test/Transforms/LoopStrengthReduce/uglygep.ll index dca97e9ad18..8af5cf1dfd7 100644 --- a/test/Transforms/LoopStrengthReduce/uglygep.ll +++ b/test/Transforms/LoopStrengthReduce/uglygep.ll @@ -4,7 +4,6 @@ ; should be able to form pretty GEPs. target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64" -target triple = "x86_64-unknown-linux-gnu" define void @Z4() nounwind { bb: -- 2.34.1