annotate test/CodeGen/Hexagon/mux-kill3.mir @ 128:c347d3398279 default tip

fix
author mir3636
date Wed, 06 Dec 2017 14:37:17 +0900
parents 803732b1fca8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
121
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
1 # RUN: llc -march=hexagon -run-pass hexagon-gen-mux -o - %s -verify-machineinstrs | FileCheck %s
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
2 # Make sure this verifies correctly.
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
3 # CHECK: PS_jmpret killed %r31, implicit-def %pc
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
4 ---
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
5 name: fred
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
6 tracksRegLiveness: true
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
7
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
8 body: |
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
9 bb.0:
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
10 liveins: %d0, %d1, %d2, %d3
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
11
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
12 %p0 = C2_cmpeqi killed %r4, 128
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
13 %d4 = A2_tfrpi 0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
14 %r3 = A2_tfrsi 0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
15 %r4 = A2_tfrsi 0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
16 %r7 = A2_tfrt %p0, %r0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
17 %p1 = C2_cmpeqp %d0, killed %d4
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
18 %r8 = A2_tfrt %p0, killed %r0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
19 %r9 = A2_tfrt %p0, killed %r1
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
20 %r7 = A2_tfrf %p0, %r3, implicit killed %r7
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
21 %r9 = A2_tfrf %p0, killed %r3, implicit killed %r9
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
22 %r8 = C2_cmoveif killed %p0, 1, implicit killed %r8
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
23 %d0 = A4_combineri killed %r4, 0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
24 %r2 = A2_tfrt %p1, killed %r7, implicit killed %r2
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
25 %r3 = A2_tfr killed %r9
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
26 %r2 = A2_tfrf killed %p1, killed %r8, implicit killed %r2
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
27 S2_storerd_io killed %r6, 0, killed %d1
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
28 S2_storerd_io killed %r5, 0, killed %d0
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
29 PS_jmpret %r31, implicit-def %pc
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
30 ...
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
31