File: pr76234.ll

package info (click to toggle)
llvm-toolchain-19 1%3A19.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,998,520 kB
  • sloc: cpp: 6,951,680; ansic: 1,486,157; asm: 913,598; python: 232,024; f90: 80,126; objc: 75,281; lisp: 37,276; pascal: 16,990; sh: 10,009; ml: 5,058; perl: 4,724; awk: 3,523; makefile: 3,167; javascript: 2,504; xml: 892; fortran: 664; cs: 573
file content (22 lines) | stat: -rw-r--r-- 1,495 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 4
; RUN: opt < %s -disable-output "-passes=print<scalar-evolution>" 2>&1 | FileCheck %s

; Reduced from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65278
define i32 @PR76234() {
; CHECK-LABEL: 'PR76234'
; CHECK-NEXT:  Classifying expressions for: @PR76234
; CHECK-NEXT:    %B9 = shl i896 0, -264147265567832623176169892458258303259423663018060761063980354513336951278362429737208627943828593947337197496628564339441173779751342768625269489231469788454193341999502542084365758838213220526512116454105594202074014146375780869419198449383518238244769290448868999168
; CHECK-NEXT:    --> %B9 U: [0,1) S: [0,1)
; CHECK-NEXT:    %B39 = ashr i896 %B9, 1
; CHECK-NEXT:    --> %B39 U: [0,1) S: [0,1) Exits: <<Unknown>> LoopDispositions: { %1: Variant }
; CHECK-NEXT:  Determining loop execution counts for: @PR76234
; CHECK-NEXT:  Loop %1: <multiple exits> Unpredictable backedge-taken count.
; CHECK-NEXT:  Loop %1: Unpredictable constant max backedge-taken count.
; CHECK-NEXT:  Loop %1: Unpredictable symbolic max backedge-taken count.
;
  %B9 = shl i896 0, -264147265567832623176169892458258303259423663018060761063980354513336951278362429737208627943828593947337197496628564339441173779751342768625269489231469788454193341999502542084365758838213220526512116454105594202074014146375780869419198449383518238244769290448868999168
  br label %1
1:
  %B39 = ashr i896 %B9, 1
  br label %1
}