[VectorCombine] foldInsExtVectorToShuffle - canonicalize new shuffle(undef,x) ->...
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2008-05-18-FoldIntToPtr.ll
blobd28d30bc0f1ae8b788375ac1fe16929d1c2ed241
1 ; RUN: opt < %s -passes=instcombine -S | grep "ret i1 false" | count 2
2 ; PR2329
4 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:32:32"
5 target triple = "i386-pc-linux-gnu"
7 define i1 @f1() {
8   %cmp = icmp eq ptr inttoptr (i32 1 to ptr), inttoptr (i32 2 to ptr)
9   ret i1 %cmp
12 define i1 @f2() {
13   %cmp = icmp eq ptr inttoptr (i16 1 to ptr), inttoptr (i16 2 to ptr)
14   ret i1 %cmp