File: pr2326.ll

package info (click to toggle)
llvm-toolchain-9 1%3A9.0.1-16
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 882,436 kB
  • sloc: cpp: 4,167,636; ansic: 714,256; asm: 457,610; python: 155,927; objc: 65,094; sh: 42,856; lisp: 26,908; perl: 7,786; pascal: 7,722; makefile: 6,881; ml: 5,581; awk: 3,648; cs: 2,027; xml: 888; javascript: 381; ruby: 156
file content (24 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; RUN: llc < %s -mtriple=i686-- | grep sete
; PR2326

define i32 @func_59(i32 %p_60) nounwind  {
entry:
	%l_108 = alloca i32		; <i32*> [#uses=2]
	%tmp15 = load i32, i32* null, align 4		; <i32> [#uses=1]
	%tmp16 = load i32, i32* %l_108, align 4		; <i32> [#uses=1]
	%tmp17 = icmp eq i32 %tmp15, %tmp16		; <i1> [#uses=1]
	%tmp1718 = zext i1 %tmp17 to i8		; <i8> [#uses=1]
	%tmp19 = load i32, i32* null, align 4		; <i32> [#uses=1]
	%tmp20 = load i32, i32* %l_108, align 4		; <i32> [#uses=1]
	%tmp21 = icmp ule i32 %tmp19, %tmp20		; <i1> [#uses=1]
	%tmp2122 = zext i1 %tmp21 to i8		; <i8> [#uses=1]
	%toBool23 = icmp ne i8 %tmp1718, 0		; <i1> [#uses=1]
	%toBool24 = icmp ne i8 %tmp2122, 0		; <i1> [#uses=1]
	%tmp25 = and i1 %toBool23, %toBool24		; <i1> [#uses=1]
	%tmp2526 = zext i1 %tmp25 to i8		; <i8> [#uses=1]
	%tmp252627 = zext i8 %tmp2526 to i32		; <i32> [#uses=1]
	%tmp29 = call i32 (...) @func_15( i32 %tmp252627, i32 0 ) nounwind 		; <i32> [#uses=0]
	unreachable
}

declare i32 @func_15(...)