summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopStrengthReduce
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2011-05-06 18:24:46 +0000
committerGalina Kistanova <gkistanova@gmail.com>2011-05-06 18:24:46 +0000
commita335f5aeebe96e48cb154873b10fc1fd9445694b (patch)
tree5a99dada346c53daa75214f25628b13d94fcf81a /llvm/test/Transforms/LoopStrengthReduce
parent84f9ad9bf205a287637e186c9741862a4f6085fc (diff)
downloadbcm5719-llvm-a335f5aeebe96e48cb154873b10fc1fd9445694b.tar.gz
bcm5719-llvm-a335f5aeebe96e48cb154873b10fc1fd9445694b.zip
Move few target-dependant tests to appropriate directories.
llvm-svn: 131002
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce')
-rw-r--r--llvm/test/Transforms/LoopStrengthReduce/X86/2009-11-10-LSRCrash.ll (renamed from llvm/test/Transforms/LoopStrengthReduce/2009-11-10-LSRCrash.ll)0
-rw-r--r--llvm/test/Transforms/LoopStrengthReduce/X86/dg.exp5
2 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/2009-11-10-LSRCrash.ll b/llvm/test/Transforms/LoopStrengthReduce/X86/2009-11-10-LSRCrash.ll
index 4032a599e8d..4032a599e8d 100644
--- a/llvm/test/Transforms/LoopStrengthReduce/2009-11-10-LSRCrash.ll
+++ b/llvm/test/Transforms/LoopStrengthReduce/X86/2009-11-10-LSRCrash.ll
diff --git a/llvm/test/Transforms/LoopStrengthReduce/X86/dg.exp b/llvm/test/Transforms/LoopStrengthReduce/X86/dg.exp
new file mode 100644
index 00000000000..7b7bd4e7380
--- /dev/null
+++ b/llvm/test/Transforms/LoopStrengthReduce/X86/dg.exp
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target X86] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
+}
OpenPOWER on IntegriCloud