search for: ed1bc061

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

2009 Apr 13
0
[LLVMdev] Depth First Sort of Machine Basic Blocks just before emitting code
...one.) > > Am I wrong about the preorder/postorder? If not, anything lurking for > postorder traversal? > > Thanks, > > Dan > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090413/ed1bc061/attachment.html>
2009 Apr 13
2
[LLVMdev] Depth First Sort of Machine Basic Blocks just before emitting code
That looks like it does a preorder depth first traversal (I think). I'm looking for postorder. Is there a trivial transform between the two? (I don't know one.) Am I wrong about the preorder/postorder? If not, anything lurking for postorder traversal? Thanks, Dan On Apr 13, 2009, at 2:35 PM, Chris Lattner wrote: > > On Apr 13, 2009, at 11:20 AM, Daniel M Gessel wrote: