1 ; RUN: opt < %s -data-layout="e-p:32:32:32-p1:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-n8:16:32" -basicaa -gvn -S -die | FileCheck %s
3 define i8 @coerce_offset0_addrspacecast(i32 %V, i32* %P) {
6 %P2 = addrspacecast i32* %P to i8 addrspace(1)*
7 %P3 = getelementptr i8, i8 addrspace(1)* %P2, i32 2
9 %A = load i8, i8 addrspace(1)* %P3
11 ; CHECK-LABEL: @coerce_offset0_addrspacecast(