[llvm] r222578 - R600/SI: Use hex notation for constant in test

Tom Stellard thomas.stellard at amd.com
Fri Nov 21 14:00:13 PST 2014


Author: tstellar
Date: Fri Nov 21 16:00:13 2014
New Revision: 222578

URL: http://llvm.org/viewvc/llvm-project?rev=222578&view=rev
Log:
R600/SI: Use hex notation for constant in test

Modified:
    llvm/trunk/test/CodeGen/R600/sgpr-copy.ll

Modified: llvm/trunk/test/CodeGen/R600/sgpr-copy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/sgpr-copy.ll?rev=222578&r1=222577&r2=222578&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/sgpr-copy.ll (original)
+++ llvm/trunk/test/CodeGen/R600/sgpr-copy.ll Fri Nov 21 16:00:13 2014
@@ -3,7 +3,7 @@
 ; This test checks that no VGPR to SGPR copies are created by the register
 ; allocator.
 ; CHECK-LABEL: {{^}}phi1:
-; CHECK: s_buffer_load_dword [[DST:s[0-9]]], {{s\[[0-9]+:[0-9]+\]}}, 0
+; CHECK: s_buffer_load_dword [[DST:s[0-9]]], {{s\[[0-9]+:[0-9]+\]}}, 0x0
 ; CHECK: v_mov_b32_e32 v{{[0-9]}}, [[DST]]
 
 define void @phi1(<16 x i8> addrspace(2)* inreg, <16 x i8> addrspace(2)* inreg, <32 x i8> addrspace(2)* inreg, i32 inreg, <2 x i32>, <2 x i32>, <2 x i32>, <3 x i32>, <2 x i32>, <2 x i32>, <2 x i32>, float, float, float, float, float, float, float, float, float) #0 {





More information about the llvm-commits mailing list