[LLVMdev] Traditional Dataflow Algorithm
John Criswell
criswell at illinois.edu
Tue Apr 16 10:27:38 PDT 2013
On 4/16/13 11:30 AM, dag at cray.com wrote:
> Is there a traditional dataflow algorithm buried in LLVM somewhere? I
> need to be able to do some very late transformations (after regalloc)
> and we aren't in SSA anymore. I will need a dataflow analysis to ensure
> correctness.
>
> At one point I thought I remembered seeing a generic fixed-point
> dataflow analysis engine but now I can't find it. Does it still exist
> or did it ever exist? If it's not there, would folks be interested in
> such a thing if I wrote one?
I might have use for a machine instruction level dataflow analysis for a
project that I'm working on.
-- John T.
>
> -David
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list