aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/call_fs.ll
blob: 7df22402cff959b79f895b0cf7e5840f97f9cb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

; RUN: llc < %s -march=r600 -mcpu=redwood -show-mc-encoding -o - | FileCheck --check-prefix=EG-CHECK %s
; RUN: llc < %s -march=r600 -mcpu=rv710 -show-mc-encoding -o - | FileCheck --check-prefix=R600-CHECK %s

; EG-CHECK: {{^}}call_fs:
; EG-CHECK: .long 257
; EG-CHECK: CALL_FS  ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x84]
; R600-CHECK: {{^}}call_fs:
; R600-CHECK: .long 257
; R600-CHECK:CALL_FS ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x89]


define void @call_fs() #0 {
  ret void
}

attributes #0 = { "ShaderType"="1" } ; Vertex Shader