search for: breakcriticalmachineedg

Displaying 2 results from an estimated 2 matches for "breakcriticalmachineedg".

2008 Jan 27
2
[LLVMdev] BreakCriticalMachineEdge.h
Hi LLVMers, what is the status of breaking critical edges in machine functions? I just compiled the top of the LLVM tree, and I found llvm/CodeGen/BreakCriticalMachineEdge.h. But this file seems not to be up-to-date with the other classes in the top of the tree. For instance, it calls isTerminatorInstr on llvm::TargetInstrInfo, but this method is no longer there. If I want to break critical edges of machine basic blocks, does LLVM 2.2 give me something to w...
2008 Jan 27
0
[LLVMdev] BreakCriticalMachineEdge.h
...round. Feel free to fix it. :-) --Owen On Jan 26, 2008, at 6:31 PM, Fernando Magno Quintao Pereira wrote: > > Hi LLVMers, > > what is the status of breaking critical edges in machine > functions? I > just compiled the top of the LLVM tree, and I found > llvm/CodeGen/BreakCriticalMachineEdge.h. But this file seems not to be > up-to-date with the other classes in the top of the tree. For > instance, it > calls isTerminatorInstr on llvm::TargetInstrInfo, but this method is > no > longer there. > If I want to break critical edges of machine basic blocks, does...