diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/pr34627.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/pr34627.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/Transforms/InstCombine/pr34627.ll b/llvm/test/Transforms/InstCombine/pr34627.ll deleted file mode 100644 index 8935ecf755c..00000000000 --- a/llvm/test/Transforms/InstCombine/pr34627.ll +++ /dev/null @@ -1,11 +0,0 @@ -; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt -S -instcombine %s |FileCheck %s - -define <2 x i16> @patatino() { -; CHECK-LABEL: @patatino( -; CHECK-NEXT: ret <2 x i16> zeroinitializer -; - %tmp2 = getelementptr inbounds [1 x i16], [1 x i16]* null, i16 0, <2 x i16> undef - %tmp3 = ptrtoint <2 x i16*> %tmp2 to <2 x i16> - ret <2 x i16> %tmp3 -} |