From 6c7a7e82a735635d1619afad7c6eefeba6eb3655 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 13 Feb 2014 23:34:12 +0000 Subject: R600/SI: Completely Disable TypeRewriter on compute llvm-svn: 201369 --- llvm/test/CodeGen/R600/bitcast.ll | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'llvm/test/CodeGen/R600/bitcast.ll') diff --git a/llvm/test/CodeGen/R600/bitcast.ll b/llvm/test/CodeGen/R600/bitcast.ll index bccc4163857..5bfc0083667 100644 --- a/llvm/test/CodeGen/R600/bitcast.ll +++ b/llvm/test/CodeGen/R600/bitcast.ll @@ -19,3 +19,12 @@ declare void @llvm.SI.export(i32, i32, i32, i32, i32, float, float, float, float attributes #0 = { "ShaderType"="0" } +; CHECK-LABEL: @i8ptr_v16i8ptr +; CHECK: S_ENDPGM +define void @i8ptr_v16i8ptr(<16 x i8> addrspace(1)* %out, i8 addrspace(1)* %in) { +entry: + %0 = bitcast i8 addrspace(1)* %in to <16 x i8> addrspace(1)* + %1 = load <16 x i8> addrspace(1)* %0 + store <16 x i8> %1, <16 x i8> addrspace(1)* %out + ret void +} -- cgit v1.2.3