[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2004-08-10-BoolSetCC.ll
blob4233797b6d7286e19f0252efd14596d6b247064b
1 ; RUN: opt < %s -instcombine -S | \
2 ; RUN:    grep "ret i1 false"
4 define i1 @test(i1 %V) {
5         %Y = icmp ult i1 %V, false              ; <i1> [#uses=1]
6         ret i1 %Y