R600: Add a test for r183108
authorVincent Lejeune <vljn@ovi.com>
Tue, 4 Jun 2013 15:03:35 +0000 (15:03 +0000)
committerVincent Lejeune <vljn@ovi.com>
Tue, 4 Jun 2013 15:03:35 +0000 (15:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183228 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/R600/call_fs.ll

index e152bf6d559d676728a2f25a756a7f2150bd0daa..f7c4e5b22cb1c4e9e84f6af3cb410c0b080b7b03 100644 (file)
@@ -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]