commit | a34c885d51b1ad257ff9432f4c3dbac0ecea02d6 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Aug 05 17:04:15 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Aug 05 17:04:15 2010 +0000 |
tree | 61fc71565542a8c4e4d18dfcb73c3096581b378d | |
parent | b8be03b0e4275eca68f998baab47e66b8a091c05 [diff] |
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
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 dca97e9..8af5cf1 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: