search for: externalvectorload

Displaying 1 result from an estimated 1 matches for "externalvectorload".

Did you mean: externalvectorloaded
2007 Oct 18
3
[LLVMdev] movaps being generated despite alignment 1 being specified
...;4 x float>, align 16 ; <<4 x float>*> [#uses=2] %Promoted_globalV_Ptr = alloca <4 x float>, align 16 ; <<4 x float>*> [#uses=2] %externalVectorPtrCast = bitcast float* %globalV to <4 x float>* ; <<4 x float>*> [#uses=1] %externalVectorLoaded = load <4 x float>* %externalVectorPtrCast, align 1 ; <<4 x float>> [#uses=1] store <4 x float> %externalVectorLoaded, <4 x float>* %Promoted_globalV_Ptr, align 1 %globalV1 = load <4 x float>* %Promoted_globalV_Ptr, align 1 ; &lt...