File: 2011-01-06-BigNumberCrash.ll

package info (click to toggle)
llvm-toolchain-14 1%3A14.0.6-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,496,180 kB
  • sloc: cpp: 5,593,972; ansic: 986,872; asm: 585,869; python: 184,223; objc: 72,530; lisp: 31,119; f90: 27,793; javascript: 9,780; pascal: 9,762; sh: 9,482; perl: 7,468; ml: 5,432; awk: 3,523; makefile: 2,538; xml: 953; cs: 573; fortran: 567
file content (15 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (40)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; 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
}