search for: arraydecay6

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

Did you mean: arraydecay
2011 Aug 17
2
[LLVMdev] Non "folding" Stack Allocation
...; preds = %entry %arraydecay2 = getelementptr inbounds [1024 x i8]* %b2, i64 0, i64 0 ; <i8*> [#uses=1] call void @_Z11doSomethingPcS_(i8* %arraydecay, i8* %arraydecay2) ret void if.else: ; preds = %entry %arraydecay6 = getelementptr inbounds [524288 x i8]* %b3, i64 0, i64 0 ; <i8*> [#uses=1] call void @_Z11doSomethingPcS_(i8* %arraydecay, i8* %arraydecay6) ret void } declare void @_Z11doSomethingPcS_(i8*, i8*) (Compiled with "Standard" optimizations as C++ code) My surprise stems from the...