; ModuleID = '/tmp/optimized.O3.ll' target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64" target triple = "x86_64-unknown-linux-gnu" @A = common global [1024 x float] zeroinitializer, align 16 @B = common global [1024 x float] zeroinitializer, align 16 define i32 @main() nounwind { %VecV = load <4 x float>* bitcast ([1024 x float]* @A to <4 x float>*), align 16 store <4 x float> %VecV, <4 x float>* bitcast ([1024 x float]* @B to <4 x float>*), align 16 ret i32 0 }