Displaying 1 result from an estimated 1 matches for "entry_evaluatedepend".
2007 Oct 18
3
[LLVMdev] movaps being generated despite alignment 1 being specified
...des the boundaries here. :-) I
fully admit the constructions below may not be optimal.
; ModuleID = 'hydra'
target datalayout =
"E-p:32:32:32-i1:8:8:8-i8:8:8:8-i32:32:32:32-f32:32:32:32"
define void @evaluateDependents(float* %dependentV, float* %globalV)
{
Entry_evaluateDependents:
%Promoted_dependentV_Ptr = alloca <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>...