Displaying 1 result from an estimated 1 matches for "topromot".
Did you mean:
topromos
2007 Sep 28
2
[LLVMdev] Vector troubles
...ndary.
I did a sync and build this morning, so my LLVM is quite fresh.
Thank you for any help!
Chuck.
My program:
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 @promoteCopyAndReturn(float* %promoteReturn, float*
%toPromote) {
Entry:
%Promoted_promoteReturn_Ptr = alloca <4 x float>, align 16
; <<4 x float>*> [#uses=2]
%Promoted_toPromote_Ptr = alloca <4 x float>, align 16
; <<4 x float>*> [#uses=2]
%elemPtr = getelementptr float* %toPromote, i32 0
; &...