search for: externalvectorptrcast2

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

Did you mean: externalvectorptrcast
2007 Oct 18
3
[LLVMdev] movaps being generated despite alignment 1 being specified
...%Promoted_dependentV_Ptr, align 1 br label %Exit_evaluateDependents Exit_evaluateDependents: ; preds = %Body_evaluateDependents %vectorToDemote = load <4 x float>* %Promoted_dependentV_Ptr, align 1 ; <<4 x float>> [#uses=1] %externalVectorPtrCast2 = bitcast float* %dependentV to <4 x float>* ; <<4 x float>*> [#uses=1] store <4 x float> %vectorToDemote, <4 x float>* %externalVectorPtrCast2, align 1 ret void } Produces these instructions which obeys all the align 1 directives o...