summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-02-12 21:15:18 +0000
committerOwen Anderson <resistor@mac.com>2008-02-12 21:15:18 +0000
commit30b4bd4d1099764db4f1e1a955b7f7cc9dafdd97 (patch)
treeaeebcb3776257baf3416a9e4a5d10493b7a767ac /test/Transforms/GVN
parent014e04a5daeb312b1f0ebc1dd906ffc97c4abc5f (diff)
downloadllvm-30b4bd4d1099764db4f1e1a955b7f7cc9dafdd97.tar.gz
llvm-30b4bd4d1099764db4f1e1a955b7f7cc9dafdd97.tar.bz2
llvm-30b4bd4d1099764db4f1e1a955b7f7cc9dafdd97.tar.xz
Re-apply the patch to improve the optimizations of memcpy's, with several
bugs fixed. This now passes PPC bootstrap. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47026 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN')
-rw-r--r--test/Transforms/GVN/memcpy.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/GVN/memcpy.ll b/test/Transforms/GVN/memcpy.ll
index 1884a9ecd8..31e55c8b16 100644
--- a/test/Transforms/GVN/memcpy.ll
+++ b/test/Transforms/GVN/memcpy.ll
@@ -1,5 +1,4 @@
; RUN: llvm-as < %s | opt -gvn -dse | llvm-dis | grep memcpy | count 2
-; XFAIL: *
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
target triple = "i686-apple-darwin9"