search for: 3f71927f

Displaying 2 results from an estimated 2 matches for "3f71927f".

Did you mean: 371927
2010 Sep 02
0
[LLVMdev] [LLVMDev] [Modeling] About the structure of my allocator
...can also be the dreaded gcc "address of label" extension. Number and > ordering of instruction operands is target-dependent. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100902/3f71927f/attachment.html>
2010 Sep 02
2
[LLVMdev] [LLVMDev] [Modeling] About the structure of my allocator
On Sep 2, 2010, at 2:44 PMPDT, Jeff Kunkel wrote: > I need to track which MachineBasicBlocks branch into other > MachineBasicBlocks. How do I do it? Look at the Predecessor/Successor lists, which are target-independent > I see a MachineOperand can hold a MachineBasicBlock*. Does this mean > the instruction may branch to the MachineBasicBlock, or can it be > something like an