File: lsr-quadratic-expand.ll

package info (click to toggle)
llvm-toolchain-3.8 1%3A3.8.1-24
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 379,280 kB
  • ctags: 388,501
  • sloc: cpp: 2,309,705; ansic: 477,070; objc: 100,918; asm: 97,974; python: 95,911; sh: 18,634; makefile: 7,294; perl: 5,584; ml: 5,460; pascal: 4,661; lisp: 2,548; xml: 686; cs: 350; php: 212; csh: 117
file content (22 lines) | stat: -rw-r--r-- 644 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
; RUN: llc -march=x86-64 < %s

define void @dw2102_i2c_transfer() nounwind {
entry:
  br label %bb

bb:                                               ; preds = %bb, %entry
  %z = phi i64 [ 0, %entry ], [ %z3, %bb ]
  %z1 = phi i16 [ undef, %entry ], [ %z6, %bb ]
  %z2 = phi i32 [ 0, %entry ], [ %z8, %bb ]
  %z3 = add i64 %z, 1
  %z4 = zext i16 %z1 to i32
  %z5 = add nsw i32 %z4, %z2
  %z6 = trunc i32 %z5 to i16
  call fastcc void @dw210x_op_rw(i16 zeroext %z6)
  %z7 = getelementptr i8, i8* null, i64 %z
  store i8 undef, i8* %z7, align 1
  %z8 = add nsw i32 %z2, 1
  br label %bb
}

declare fastcc void @dw210x_op_rw(i16 zeroext) nounwind