[LLVMbugs] [Bug 18851] Regressions in ARM LNT buildbot due to SCEV changes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 16 10:25:07 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18851

Arnold Schwaighofer <aschwaighofer at apple.com> changed:

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

--- Comment #4 from Arnold Schwaighofer <aschwaighofer at apple.com> ---
Fixed in 201496.

Successful bot with patch:
http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/5193.


The problem in this case was that LSR wanted to reuse an induction variable of
pointer type. I was missing the cast in this case.

-- 
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/20140216/27ef9caf/attachment.html>


More information about the llvm-bugs mailing list