diff options
Diffstat (limited to 'llvm/test/CodeGen/NVPTX/call-with-alloca-buffer.ll')
| -rw-r--r-- | llvm/test/CodeGen/NVPTX/call-with-alloca-buffer.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/NVPTX/call-with-alloca-buffer.ll b/llvm/test/CodeGen/NVPTX/call-with-alloca-buffer.ll index 2fc36be4464..58b19112991 100644 --- a/llvm/test/CodeGen/NVPTX/call-with-alloca-buffer.ll +++ b/llvm/test/CodeGen/NVPTX/call-with-alloca-buffer.ll @@ -27,21 +27,21 @@ entry: ; CHECK: ld.f32 %f[[A0_REG:[0-9]+]], [%rd[[A_REG]]] ; CHECK: st.f32 [%SP+0], %f[[A0_REG]] - %0 = load float* %a, align 4 + %0 = load float, float* %a, align 4 %1 = bitcast [16 x i8]* %buf to float* store float %0, float* %1, align 4 %arrayidx2 = getelementptr inbounds float, float* %a, i64 1 - %2 = load float* %arrayidx2, align 4 + %2 = load float, float* %arrayidx2, align 4 %arrayidx3 = getelementptr inbounds [16 x i8], [16 x i8]* %buf, i64 0, i64 1 %3 = bitcast i8* %arrayidx3 to float* store float %2, float* %3, align 4 %arrayidx4 = getelementptr inbounds float, float* %a, i64 2 - %4 = load float* %arrayidx4, align 4 + %4 = load float, float* %arrayidx4, align 4 %arrayidx5 = getelementptr inbounds [16 x i8], [16 x i8]* %buf, i64 0, i64 2 %5 = bitcast i8* %arrayidx5 to float* store float %4, float* %5, align 4 %arrayidx6 = getelementptr inbounds float, float* %a, i64 3 - %6 = load float* %arrayidx6, align 4 + %6 = load float, float* %arrayidx6, align 4 %arrayidx7 = getelementptr inbounds [16 x i8], [16 x i8]* %buf, i64 0, i64 3 %7 = bitcast i8* %arrayidx7 to float* store float %6, float* %7, align 4 |

