You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
15
external/llvm/test/CodeGen/AMDGPU/call_fs.ll
vendored
Normal file
15
external/llvm/test/CodeGen/AMDGPU/call_fs.ll
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
; RUN: llc < %s -march=r600 -mcpu=redwood -show-mc-encoding -o - | FileCheck --check-prefix=EG %s
|
||||
; RUN: llc < %s -march=r600 -mcpu=rv710 -show-mc-encoding -o - | FileCheck --check-prefix=R600 %s
|
||||
|
||||
; EG: .long 257
|
||||
; EG: {{^}}call_fs:
|
||||
; EG: CALL_FS ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x84]
|
||||
; R600: .long 257
|
||||
; R600: {{^}}call_fs:
|
||||
; R600:CALL_FS ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x89]
|
||||
|
||||
|
||||
define amdgpu_vs void @call_fs() {
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user