[llvm-bugs] [Bug 25387] SCEV update problem

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Nov 6 16:28:24 PST 2015


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

Wei Mi <wmi at google.com> changed:

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

--- Comment #1 from Wei Mi <wmi at google.com> ---
Never mind. The transient inconsistency is removed by
ScalarEvolution::forgetLoop after vectorized loop has been constructed
(forgetLoop is called in updateAnalysis), and the getSCEV call after that is
correct.

Closed as Invalid.

-- 
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/20151107/757353de/attachment.html>


More information about the llvm-bugs mailing list