view test/Transforms/InstCombine/2006-02-28-Crash.ll @ 83:60c9769439b8 LLVM3.7

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents 95c75e76d11b
children
line wrap: on
line source

; RUN: opt < %s -instcombine -disable-output

define i32 @test() {
        %tmp203 = icmp eq i32 1, 2              ; <i1> [#uses=1]
        %tmp203.upgrd.1 = zext i1 %tmp203 to i32                ; <i32> [#uses=1]
        ret i32 %tmp203.upgrd.1
}