aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/dg.exp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-07-24 17:55:58 +0000
committerOwen Anderson <resistor@mac.com>2007-07-24 17:55:58 +0000
commit85c4064356246ca7398ad4815f2aca56be9e1442 (patch)
treee54400d366db75f504f99afcf852ba467597c242 /test/Transforms/GVN/dg.exp
parentf63144c2294fd27ee42f639623dae9c91f7c7e5b (diff)
downloadexternal_llvm-85c4064356246ca7398ad4815f2aca56be9e1442.zip
external_llvm-85c4064356246ca7398ad4815f2aca56be9e1442.tar.gz
external_llvm-85c4064356246ca7398ad4815f2aca56be9e1442.tar.bz2
Add a GVN pass, using the value numbering code I developed for GVNPRE and the
load elimination code from RedundantLoadElimination. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40469 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN/dg.exp')
-rw-r--r--test/Transforms/GVN/dg.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Transforms/GVN/dg.exp b/test/Transforms/GVN/dg.exp
new file mode 100644
index 0000000..879685c
--- /dev/null
+++ b/test/Transforms/GVN/dg.exp
@@ -0,0 +1,3 @@
+load_lib llvm.exp
+
+RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]