summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/call_fs.ll
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-06-04 15:03:35 +0000
committerVincent Lejeune <vljn@ovi.com>2013-06-04 15:03:35 +0000
commitdb185c08cda0948fde6d573745b97339616cbd5f (patch)
tree57c8b1ab2f60a77f2055a7041609865ac1d53d02 /llvm/test/CodeGen/R600/call_fs.ll
parentd91ac930874389fa2e906d8bcd2456136defd0be (diff)
downloadbcm5719-llvm-db185c08cda0948fde6d573745b97339616cbd5f.tar.gz
bcm5719-llvm-db185c08cda0948fde6d573745b97339616cbd5f.zip
R600: Add a test for r183108
llvm-svn: 183228
Diffstat (limited to 'llvm/test/CodeGen/R600/call_fs.ll')
-rw-r--r--llvm/test/CodeGen/R600/call_fs.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/R600/call_fs.ll b/llvm/test/CodeGen/R600/call_fs.ll
index e152bf6d559..f7c4e5b22cb 100644
--- a/llvm/test/CodeGen/R600/call_fs.ll
+++ b/llvm/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]
OpenPOWER on IntegriCloud