search for: 5a089549

Displaying 2 results from an estimated 2 matches for "5a089549".

2012 Dec 02
0
[LLVMdev] Splitting a load with 2 consumers into 2 loads.
..., 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! > -Joe > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121201/5a089549/attachment.html>
2012 Dec 01
2
[LLVMdev] Splitting a load with 2 consumers into 2 loads.
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! -Joe -------------- next part -------------- An