summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/unaligned-load-store.ll
diff options
context:
space:
mode:
authorWei Ding <wei.ding2@amd.com>2017-07-26 21:07:28 +0000
committerWei Ding <wei.ding2@amd.com>2017-07-26 21:07:28 +0000
commita126a13bb3eba49860b53691324748009c87841c (patch)
tree89c298c9d569456d998b2f52e398e3937762830d /llvm/test/CodeGen/AMDGPU/unaligned-load-store.ll
parent92d4dd0da711a977012f67718f1a3a311ad03c13 (diff)
downloadbcm5719-llvm-a126a13bb3eba49860b53691324748009c87841c.tar.gz
bcm5719-llvm-a126a13bb3eba49860b53691324748009c87841c.zip
AMDGPU : Widen extending scalar loads to 32-bits.
Differential Revision: http://reviews.llvm.org/D35146 llvm-svn: 309178
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/unaligned-load-store.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/unaligned-load-store.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/unaligned-load-store.ll b/llvm/test/CodeGen/AMDGPU/unaligned-load-store.ll
index 68aacd084bf..a08535fc859 100644
--- a/llvm/test/CodeGen/AMDGPU/unaligned-load-store.ll
+++ b/llvm/test/CodeGen/AMDGPU/unaligned-load-store.ll
@@ -519,7 +519,7 @@ define amdgpu_kernel void @constant_unaligned_load_v4i32(<4 x i32> addrspace(2)*
}
; SI-LABEL: {{^}}constant_align4_load_i8:
-; SI: buffer_load_ubyte
+; SI: s_load_dword
; SI: buffer_store_byte
define amdgpu_kernel void @constant_align4_load_i8(i8 addrspace(2)* %p, i8 addrspace(1)* %r) #0 {
%v = load i8, i8 addrspace(2)* %p, align 4
OpenPOWER on IntegriCloud