Displaying 1 result from an estimated 1 matches for "machinememop".
2010 Sep 13
0
[LLVMdev] Question on getLoad() and its parameters
Hello,
I'm trying to understand SelectionDAG::getLoad() and the relation between the pointer and MachineMemOp.
What does the MachineMemOp do in the getLoad()?
Why is both pointer (parameters SDValue Ptr, SDValue Offset)
and the MMO (parameters const Value *SV, int SVOffset) needed?
And the Alignment parameter seems to be the alignment of the SV without the Offset, aswell as the generated LOAD node?
Can Ptr...