[llvm] r183228 - R600: Add a test for r183108

Vincent Lejeune vljn at ovi.com
Tue Jun 4 08:03:35 PDT 2013


Author: vljn
Date: Tue Jun  4 10:03:35 2013
New Revision: 183228

URL: http://llvm.org/viewvc/llvm-project?rev=183228&view=rev
Log:
R600: Add a test for r183108

Modified:
    llvm/trunk/test/CodeGen/R600/call_fs.ll

Modified: llvm/trunk/test/CodeGen/R600/call_fs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/call_fs.ll?rev=183228&r1=183227&r2=183228&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/call_fs.ll (original)
+++ llvm/trunk/test/CodeGen/R600/call_fs.ll Tue Jun  4 10:03:35 2013
@@ -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]
 
 





More information about the llvm-commits mailing list