summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstSimplify/2010-12-31-ValueNumber.ll
blob: 5fd94aa78abc93320f4ffd38569d4be32a06a513 (plain)
1
2
3
4
5
6
7
8
9
; RUN: opt < %s -instsimplify -S | FileCheck %s
define i1 @g(i32 %a) nounwind readnone {
; CHECK: @g
  %add = shl i32 %a, 1
  %mul = shl i32 %a, 1
  %cmp = icmp ugt i32 %add, %mul
  ret i1 %cmp
; CHECK: ret i1 false
}
OpenPOWER on IntegriCloud