Hi, I am writing an llvm target and I need both loads for isel reasons, but I am struggling to find the right way.  I have been trying to use DAG.getLoad() to make a copy, then just change the operand in the consumers, but I cannot seem to get all of the arguments needed for that function in order to make the copy.  Any help would be great, thanks!<div>

-Joe</div>