diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2014-11-21 22:00:13 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2014-11-21 22:00:13 +0000 |
commit | 3ae588789e322d900852e41d074d003a544a8003 (patch) | |
tree | d7f0b59d0d87c63081bc76ae50bccef4d8158621 | |
parent | 310991c66f902d5b579c9226e55b5d4ee70caa53 (diff) | |
download | bcm5719-llvm-3ae588789e322d900852e41d074d003a544a8003.tar.gz bcm5719-llvm-3ae588789e322d900852e41d074d003a544a8003.zip |
R600/SI: Use hex notation for constant in test
llvm-svn: 222578
-rw-r--r-- | llvm/test/CodeGen/R600/sgpr-copy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/sgpr-copy.ll b/llvm/test/CodeGen/R600/sgpr-copy.ll index 8daf753f16d..af8f05d1443 100644 --- a/llvm/test/CodeGen/R600/sgpr-copy.ll +++ b/llvm/test/CodeGen/R600/sgpr-copy.ll @@ -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 { |