summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/2008-05-17-FoldIntToPtr.ll
blob: 1d93294fe45e6953fd15a09a053e15fc28e81414 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {ret i1 false}
; PR2329

define i1 @f() {
  %x = icmp eq i8* inttoptr (i32 1 to i8*), inttoptr (i32 2 to i8*)
  ret i1 %x
}

OpenPOWER on IntegriCloud