https://llvm.org/bugs/show_bug.cgi?id=28990

Dehao Chen <daniel...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dehao Chen <daniel...@gmail.com> ---
This problem will be fixed if you sync after r278522:

------------------------------------------------------------------------
r278522 | dehao | 2016-08-12 09:22:12 -0700 (Fri, 12 Aug 2016) | 9 lines

Fine tuning of sample profile propagation algorithm.

Summary: The refined propagation algorithm is more accurate and robust.

Reviewers: davidxl, dnovillo

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D23224


Basically, we will not use samples from branch instruction during annotation.
So the incorrect profile at offset#7 will not matter.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to