Displaying 1 result from an estimated 1 matches for "tmpcast5".
Did you mean:
tmpcast
2009 Oct 12
3
[LLVMdev] Alloca Requirements
...allocas properly.
Before this critical instcombine the input code looks like this:
; Fails
%"t$1" = alloca %DV1, align 8 ; <%DV1*> [#uses=3]
%"t$2" = alloca [1 x [1 x <2 x float>]]*, i32 12, align 8 ; <[1 x [1 x <2 x
float>]]**> [#uses=2]
%tmpcast5 = bitcast [1 x [1 x <2 x float>]]** %"t$2" to %DV2* ; <%DV2*>
[#uses=2]
%"t$34" = alloca [9 x [1 x <2 x float>]*], align 8 ; <[9 x [1 x <2 x
float>]*]*> [#uses=3]
Afterward it looks like this:
; Passes
%"t$1" = alloca %DV1,...