[llvm-bugs] [Bug 30742] loop vectorizer causes dominance violation

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jan 9 12:10:05 PST 2017


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

Matthew Simpson <mssimpso at codeaurora.org> changed:

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

--- Comment #3 from Matthew Simpson <mssimpso at codeaurora.org> ---
Fix committed in r291462. The patch delays the fix-up operation for external
induction variable users until after the dominator tree has been updated. But
we should work towards keeping the dominator tree up-to-date throughout the
transformation, rather than updating it at the end.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170109/de278eb3/attachment.html>


More information about the llvm-bugs mailing list