search for: b_pointer

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

Did you mean: c_pointer
2013 May 12
1
[LLVMdev] structure packing and misaligned members
On 12/05/13 17:50, Duncan Sands wrote: > in LLVM, pointer types don't have an alignment associated with them. > Instead it is pointer operations that have an alignment (when relevant), > for example load and store instructions have an optional alignment. So > you need to put the alignment information onto the loads and stores that > you generate in your front-end. Okay, so I