You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
8
external/llvm/test/Transforms/InstCombine/2006-02-28-Crash.ll
vendored
Normal file
8
external/llvm/test/Transforms/InstCombine/2006-02-28-Crash.ll
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
; 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
|
||||
}
|
||||
|
Reference in New Issue
Block a user