2016-08-24 15:37:55 +02:00
|
|
|
# RUN: llc -march=amdgcn -run-pass liveintervals -debug-only=regalloc -o /dev/null %s 2>&1 | FileCheck %s
|
|
|
|
# REQUIRES: asserts
|
|
|
|
|
|
|
|
# CHECK: INTERVALS
|
2017-11-30 13:12:19 +01:00
|
|
|
# CHECK: %0
|
2016-08-24 15:37:55 +02:00
|
|
|
# CHECK-LABEL: Machine code for function test0:
|
|
|
|
|
|
|
|
# CHECK: INTERVALS
|
2017-11-30 13:12:19 +01:00
|
|
|
# CHECK: %0
|
2016-08-24 15:37:55 +02:00
|
|
|
# CHECK-LABEL: Machine code for function test1:
|
|
|
|
|
|
|
|
--- |
|
2017-03-21 22:39:51 +01:00
|
|
|
define amdgpu_kernel void @test0() { ret void }
|
|
|
|
define amdgpu_kernel void @test1() { ret void }
|
2016-08-24 15:37:55 +02:00
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test0
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: sreg_64 }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
|
|
|
S_NOP 0, implicit-def %0
|
|
|
|
S_NOP 0, implicit %0
|
|
|
|
|
|
|
|
S_NOP 0, implicit-def undef %0.sub0
|
|
|
|
S_NOP 0, implicit %0
|
|
|
|
...
|
|
|
|
---
|
|
|
|
name: test1
|
|
|
|
registers:
|
|
|
|
- { id: 0, class: sreg_64 }
|
|
|
|
body: |
|
|
|
|
bb.0:
|
2018-01-31 23:04:26 +01:00
|
|
|
S_CBRANCH_VCCNZ %bb.1, implicit undef $vcc
|
2016-08-24 15:37:55 +02:00
|
|
|
S_BRANCH %bb.2
|
|
|
|
|
|
|
|
bb.1:
|
|
|
|
S_NOP 0, implicit-def undef %0.sub0
|
|
|
|
S_BRANCH %bb.3
|
|
|
|
|
|
|
|
bb.2:
|
|
|
|
S_NOP 0, implicit-def %0
|
|
|
|
S_BRANCH %bb.3
|
|
|
|
|
|
|
|
bb.3:
|
|
|
|
S_NOP 0
|
|
|
|
S_NOP 0, implicit %0
|
|
|
|
...
|