Hi All,<br><br>I'm relatively new to LLVM (but not optimizing compilers), and have been reading docs and browsing code. <br><br>I noticed in the 2.4 release notes that a sparse propagation framework had been added based on the SCCP algorithm. I might have a need for exactly this kind of framework in order to prototype an analysis I have in mind.<br>
<br>I also noticed, however, that this doesn't appear to be in use at this time.<br><br>Are there plans to reimplement SCCP and/or other analyses/optimizations using this framework? Is the framework known to generally work? I searched the bug database but didn't find anything that looked related.<br>
<br>Thanks,<br><br>Mark<br><br>