[llvm-commits] Sink improvements

Carlo Alberto Ferraris llvm-commits at cafxx.strayorange.com
Mon May 21 13:39:49 PDT 2012


Il 20/05/2012 21:08, Nick Lewycky ha scritto:
> Sorry, but your patch uses the PostDominatorTree. That is very 
> expensive to compute, and all other passes in llvm which use it have 
> been changed to not use it.
Updated patch that does not use PostDominatorTree. Again, make check is 
clean.

B.r.,

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120521/eeb26673/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sink.diff
Type: text/x-patch
Size: 8288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120521/eeb26673/attachment.bin>


More information about the llvm-commits mailing list