annotate test/CodeGen/Hexagon/cext-opt-range-offset.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-cext-opt %s -o - | FileCheck %s
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
2
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
3 # Check that this testcase does not crash.
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
4 # CHECK: L4_and_memopw_io
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
5
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
6 ---
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
7 name: fred
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
8 tracksRegLiveness: true
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
9 registers:
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
10 - { id: 0, class: intregs }
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
11 - { id: 1, class: intregs }
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
12 - { id: 2, class: intregs }
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
13 - { id: 3, class: intregs }
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
14 - { id: 4, class: predregs }
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
15 - { id: 5, class: intregs }
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
16 - { id: 6, class: intregs }
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
17 body: |
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
18 bb.0:
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
19 successors: %bb.1
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
20 %0 = A2_tfrsi -360184608
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
21 %1 = L2_loadri_io %0, -1024
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
22
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
23 bb.1:
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
24 successors: %bb.2
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
25 %2 = A2_tfrsi -234944641
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
26 %3 = A2_tfrsi -360185632
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
27 L4_and_memopw_io %3, 0, %2
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
28
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
29 bb.2:
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
30 successors: %bb.3, %bb.4
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
31 %4 = IMPLICIT_DEF
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
32 J2_jumpt %4, %bb.4, implicit-def %pc
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
33 J2_jump %bb.3, implicit-def %pc
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
34
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
35 bb.3:
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
36 successors: %bb.4
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
37
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
38 bb.4:
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
39 successors: %bb.4
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
40 %5 = A2_tfrsi -234944521
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
41 %6 = A2_tfrsi -360185632
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
42 L4_and_memopw_io %6, 0, %5
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
43 ...