mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31280 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a145f0094
commit
1bc33f7c81
21
test/CodeGen/Generic/2006-10-29-Crash.ll
Normal file
21
test/CodeGen/Generic/2006-10-29-Crash.ll
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
; RUN: llvm-as < %s | llc
|
||||||
|
|
||||||
|
void %form_component_prediction(int %dy) {
|
||||||
|
entry:
|
||||||
|
%tmp7 = and int %dy, 1 ; <int> [#uses=1]
|
||||||
|
%tmp27 = seteq int %tmp7, 0 ; <bool> [#uses=1]
|
||||||
|
br bool false, label %cond_next30, label %bb115
|
||||||
|
|
||||||
|
cond_next30: ; preds = %entry
|
||||||
|
ret void
|
||||||
|
|
||||||
|
bb115: ; preds = %entry
|
||||||
|
%bothcond1 = or bool %tmp27, false ; <bool> [#uses=1]
|
||||||
|
br bool %bothcond1, label %bb228, label %cond_next125
|
||||||
|
|
||||||
|
cond_next125: ; preds = %bb115
|
||||||
|
ret void
|
||||||
|
|
||||||
|
bb228: ; preds = %bb115
|
||||||
|
ret void
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user