summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-20 22:36:11 +0000
committerChris Lattner <sabre@nondot.org>2009-09-20 22:36:11 +0000
commit973f14c8faa1499be6dc3eda0854c03d4b666372 (patch)
tree26ddaf7a7998efcca0990156769aef6035249d35 /llvm
parent236d2d5e7b604652becc5c475e270236b38e3981 (diff)
downloadbcm5719-llvm-973f14c8faa1499be6dc3eda0854c03d4b666372.tar.gz
bcm5719-llvm-973f14c8faa1499be6dc3eda0854c03d4b666372.zip
this was not supposed to be committed
llvm-svn: 82409
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/GVN/rle.ll21
1 files changed, 0 insertions, 21 deletions
diff --git a/llvm/test/Transforms/GVN/rle.ll b/llvm/test/Transforms/GVN/rle.ll
index 6b458903d7b..1c5ab676f7d 100644
--- a/llvm/test/Transforms/GVN/rle.ll
+++ b/llvm/test/Transforms/GVN/rle.ll
@@ -191,24 +191,3 @@ Cont:
; CHECK: ret i8 %A
}
-;;===----------------------------------------------------------------------===;;
-;; Store -> Load and Load -> Load forwarding where src and dst are different
-;; types, and the reload is an offset from the store pointer.
-;;===----------------------------------------------------------------------===;;
-
-;; i32 -> f32 forwarding.
-define i8 @coerce_offset0(i32 %V, i32* %P) {
- store i32 %V, i32* %P
-
- %P2 = bitcast i32* %P to i8*
- %P3 = getelementptr i8* %P2, i32 2
-
- %A = load i8* %P3
- ret i8 %A
-; CHECK: @coerce_offset0
-; CHECK-NOT: load
-; CHECK: ret i8
-}
-
-
-
OpenPOWER on IntegriCloud