Displaying 2 results from an estimated 2 matches for "da092c7a".
2011 Mar 23
0
[LLVMdev] Reversing a function's CFG?
...just reversing
the CFG.
Could you be a little more specific about the problem you are dealing with?
How do Carothers et al. do the inversion?
-Joshua
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110323/da092c7a/attachment.html>
2011 Mar 18
3
[LLVMdev] Reversing a function's CFG?
Hello,
I was wondering if there was a quick way to reverse a function's CFG and, in turn, all basic blocks within it. Assuming all variables are globals, is there a quick way to generate a function's reversal? I highly doubt such functionality exists but I figured it was worth asking. I'm trying to develop an "undo function" generator pass that would be able to restore