[llvm] r285366 - Remove accidentally commited test.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 16:40:19 PDT 2016


Author: davide
Date: Thu Oct 27 18:40:19 2016
New Revision: 285366

URL: http://llvm.org/viewvc/llvm-project?rev=285366&view=rev
Log:
Remove accidentally commited test.

Removed:
    llvm/trunk/test/Transforms/InstCombine/gep-vector.ll

Removed: llvm/trunk/test/Transforms/InstCombine/gep-vector.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/gep-vector.ll?rev=285365&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/gep-vector.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/gep-vector.ll (removed)
@@ -1,15 +0,0 @@
-; RUN: opt -instcombine %s -S | FileCheck %s
-
-; CHECK-LABEL: patatino
-; CHECK-NEXT: ret <8 x i64*> undef
-define <8 x i64*> @patatino() {
-  %el = getelementptr i64, <8 x i64*> undef, <8 x i64> undef
-  ret <8 x i64*> %el
-}
-
-; CHECK-LABEL: patatino2
-; CHECK-NEXT: ret <8 x i64*> undef
-define <8 x i64*> @patatino2() {
-  %el = getelementptr inbounds i64, i64* undef, <8 x i64> undef
-  ret <8 x i64*> %el
-}




More information about the llvm-commits mailing list