[PATCH] Fix PR 23525 - Separate header mass propagation in irregular loops.
Diego Novillo
dnovillo at google.com
Wed Jun 10 10:19:57 PDT 2015
On Wed, Jun 10, 2015 at 1:06 PM, Xinliang David Li <xinliangli at gmail.com>
wrote:
> This illustrates the problem mentioned by Duncan : the frequency of
> SeventyFive should be close to half of the entry (which is 0.5), but the
> computed frequency is too low (on the other hand, without the fix, it is
> too high). Again this only applies to short trip counted irreducible loops.
>
>
This is due to the patch not taking incoming masses into account. I could
address this in the same patch, but I think I'd rather do it separately.
Diego.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150610/3e5ef07e/attachment.html>
More information about the llvm-commits
mailing list