linux-packaging-mono/external/llvm/test/CodeGen/Generic/2011-01-06-BigNumberCrash.ll
Xamarin Public Jenkins (auto-signing) f32dbaf0b2 Imported Upstream version 5.18.0.225
Former-commit-id: 10196d987d5fc5564b9d3b33b1fdf13190f4d0b5
2018-12-21 19:01:49 +00:00

16 lines
655 B
LLVM

; RUN: llc < %s
; PR8582
define void @uint82() nounwind {
entry:
%tmp3 = select i1 undef, i960 4872657003430991806293355221650511486142000513558154090491761976385142772940676648094983476628187266917101386048750715027104076737938178423519545241493072038894065019132638919037781494702597609951702322267198307200588774905587225212622510286498675097141625012190497682454879271766334636032, i960 0
br i1 undef, label %for.body25.for.body25_crit_edge, label %if.end
for.body25.for.body25_crit_edge: ; preds = %entry
%ins = or i960 %tmp3, undef
ret void
if.end: ; preds = %entry
ret void
}