diff options
author | Vincent Lejeune <vljn@ovi.com> | 2013-06-04 15:03:35 +0000 |
---|---|---|
committer | Vincent Lejeune <vljn@ovi.com> | 2013-06-04 15:03:35 +0000 |
commit | 93284383293e80796581ed1ded3558aeeebbb8f2 (patch) | |
tree | dba0f2034e93cab7508644c34579f36fae85bfa8 /test/CodeGen/R600/call_fs.ll | |
parent | babae05237cb1914be0b2a25c56754ccc92084ee (diff) | |
download | external_llvm-93284383293e80796581ed1ded3558aeeebbb8f2.zip external_llvm-93284383293e80796581ed1ded3558aeeebbb8f2.tar.gz external_llvm-93284383293e80796581ed1ded3558aeeebbb8f2.tar.bz2 |
R600: Add a test for r183108
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/call_fs.ll')
-rw-r--r-- | test/CodeGen/R600/call_fs.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/R600/call_fs.ll b/test/CodeGen/R600/call_fs.ll index e152bf6..f7c4e5b 100644 --- a/test/CodeGen/R600/call_fs.ll +++ b/test/CodeGen/R600/call_fs.ll @@ -3,8 +3,10 @@ ; 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] |