File: 2008-06-02-DomInfo.ll

package info (click to toggle)
llvm-toolchain-19 1%3A19.1.7-3~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 1,998,492 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 (26 lines) | stat: -rw-r--r-- 898 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
; RUN: opt < %s -passes='loop(simple-loop-unswitch),instcombine,gvn' -verify-memoryssa -disable-output
; PR2372
target triple = "i386-pc-linux-gnu"

define i32 @func_3(i16 signext  %p_5, i16 signext  %p_6) nounwind  {
entry:
	%tmp3 = icmp eq i16 %p_5, 0		; <i1> [#uses=1]
	%tmp1314 = sext i16 %p_6 to i32		; <i32> [#uses=1]
	%tmp28 = icmp ugt i32 %tmp1314, 3		; <i1> [#uses=1]
	%bothcond = or i1 %tmp28, false		; <i1> [#uses=1]
	br label %bb
bb:		; preds = %bb54, %entry
	br i1 %tmp3, label %bb54, label %bb5
bb5:		; preds = %bb
	br i1 %bothcond, label %bb54, label %bb31
bb31:		; preds = %bb5
	br label %bb54
bb54:		; preds = %bb31, %bb5, %bb
	br i1 false, label %bb64, label %bb
bb64:		; preds = %bb54
	%tmp6566 = sext i16 %p_6 to i32		; <i32> [#uses=1]
	%tmp68 = tail call i32 (...) @func_18( i32 1, i32 %tmp6566, i32 1 ) nounwind 		; <i32> [#uses=0]
	ret i32 undef
}

declare i32 @func_18(...)