diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-05 17:04:15 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-05 17:04:15 +0000 |
commit | c53ee449a56730b9a7cb18c48ea47e4b5b23f49e (patch) | |
tree | 549d061cf0247594a1ade1b59b0f638b6a3639cd /llvm/test | |
parent | 824edeb8429ea1d8b06cce75d63be9b72bf6db76 (diff) | |
download | bcm5719-llvm-c53ee449a56730b9a7cb18c48ea47e4b5b23f49e.tar.gz bcm5719-llvm-c53ee449a56730b9a7cb18c48ea47e4b5b23f49e.zip |
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.
llvm-svn: 110343
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-08-06-CmpStride.ll (renamed from llvm/test/Transforms/LoopStrengthReduce/2008-08-06-CmpStride.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/2009-02-09-ivs-different-sizes.ll (renamed from llvm/test/Transforms/LoopStrengthReduce/2009-02-09-ivs-different-sizes.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/change-compare-stride-trickiness-0.ll (renamed from llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/change-compare-stride-trickiness-1.ll (renamed from llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-1.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/change-compare-stride-trickiness-2.ll (renamed from llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-2.ll) | 0 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/insert-positions.ll (renamed from llvm/test/Transforms/LoopStrengthReduce/insert-positions.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/uglygep.ll | 1 |
7 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/2008-08-06-CmpStride.ll b/llvm/test/CodeGen/X86/2008-08-06-CmpStride.ll index 99cb8569b3f..99cb8569b3f 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/2008-08-06-CmpStride.ll +++ b/llvm/test/CodeGen/X86/2008-08-06-CmpStride.ll diff --git a/llvm/test/Transforms/LoopStrengthReduce/2009-02-09-ivs-different-sizes.ll b/llvm/test/CodeGen/X86/2009-02-09-ivs-different-sizes.ll index 36cc5354510..36cc5354510 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/2009-02-09-ivs-different-sizes.ll +++ b/llvm/test/CodeGen/X86/2009-02-09-ivs-different-sizes.ll diff --git a/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll b/llvm/test/CodeGen/X86/change-compare-stride-trickiness-0.ll index 1f7f6ecafaf..1f7f6ecafaf 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll +++ b/llvm/test/CodeGen/X86/change-compare-stride-trickiness-0.ll diff --git a/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-1.ll b/llvm/test/CodeGen/X86/change-compare-stride-trickiness-1.ll index cb638092ea1..cb638092ea1 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-1.ll +++ b/llvm/test/CodeGen/X86/change-compare-stride-trickiness-1.ll diff --git a/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-2.ll b/llvm/test/CodeGen/X86/change-compare-stride-trickiness-2.ll index ae27383895c..ae27383895c 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-2.ll +++ b/llvm/test/CodeGen/X86/change-compare-stride-trickiness-2.ll diff --git a/llvm/test/Transforms/LoopStrengthReduce/insert-positions.ll b/llvm/test/CodeGen/X86/insert-positions.ll index 1a695f35e3b..1a695f35e3b 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/insert-positions.ll +++ b/llvm/test/CodeGen/X86/insert-positions.ll diff --git a/llvm/test/Transforms/LoopStrengthReduce/uglygep.ll b/llvm/test/Transforms/LoopStrengthReduce/uglygep.ll index dca97e9ad18..8af5cf1dfd7 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/uglygep.ll +++ b/llvm/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: |