Lines Matching refs:ll
2 ; RUN: cat %t/main.ll %t/a.ll > %t/a2.ll
3 ; RUN: cat %t/main.ll %t/b.ll > %t/b2.ll
4 ; RUN: cat %t/main.ll %t/c.ll > %t/c2.ll
5 ; RUN: cat %t/main.ll %t/d.ll > %t/d2.ll
6 ; RUN: cat %t/main.ll %t/e.ll > %t/e2.ll
7 ; RUN: cat %t/main.ll %t/f.ll > %t/f2.ll
8 ; RUN: cat %t/main.ll %t/g.ll > %t/g2.ll
9 ; RUN: cat %t/main.ll %t/h.ll > %t/h2.ll
10 ; RUN: cat %t/main.ll %t/i.ll > %t/i2.ll
11 ; RUN: cat %t/main.ll %t/j.ll > %t/j2.ll
12 ; RUN: llc %t/a2.ll -verify-machineinstrs -o - | \
14 ; RUN: llc %t/b2.ll -verify-machineinstrs -o - | \
16 ; RUN: llc %t/c2.ll -verify-machineinstrs -o - | \
18 ; RUN: llc %t/d2.ll -verify-machineinstrs -o - | \
20 ; RUN: llc %t/e2.ll -verify-machineinstrs -o - | \
22 ; RUN: llc %t/f2.ll -verify-machineinstrs -o - | \
24 ; RUN: llc %t/g2.ll -verify-machineinstrs -o - | \
28 ; RUN: not --crash llc %t/h2.ll -o - 2>&1 | \
30 ; RUN: not --crash llc %t/i2.ll -o - 2>&1 | \
32 ; RUN: not --crash llc %t/j2.ll -o - 2>&1 | \
35 ;--- main.ll
111 ;--- a.ll
113 ;--- b.ll
115 ;--- c.ll
117 ;--- d.ll
119 ;--- e.ll
121 ;--- f.ll
123 ;--- g.ll
125 ;--- h.ll
127 ;--- i.ll
129 ;--- j.ll