Displaying 1 result from an estimated 1 matches for "1035166".
Did you mean:
1033166
2013 Dec 20
0
[LLVMdev] Is sizeof(pointer) known in LLVM IR?
Looking through the IR documentation, I have been unable to establish if
the size of a pointer value is knowable to an LLVM optimization pass.
For an IR->IR optimization pass, is the pass allowed to assume anything
about the size of a pointer value? Or is making such an assumption
explicitly disallowed?
Once target specific information gets introduced, I'm assuming that the
size of