Displaying 1 result from an estimated 1 matches for "_z3foopv".
Did you mean:
_z3foopi
2012 Aug 30
1
[LLVMdev] LoadInst::getAlignment
...oduces:
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
2:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:64-n32-S64"
target triple = "armv4t---eabi"
@ans = global double 0.000000e+00, align 8
define void @_Z3barv() {
entry:
%call = call double* @_Z3fooPv(i8* null)
%0 = load double* %call
store double %0, double* @ans, align 8
ret void
}
declare double* @_Z3fooPv(i8*)
Notice that the load does not have an alignment specification.
Thanks for your help,
Jon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <...