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

Tim Northover <t.p.northo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |t.p.northo...@gmail.com
             Status|NEW                         |RESOLVED

--- Comment #1 from Tim Northover <t.p.northo...@gmail.com> ---
It's another ARMFrameLowering.cpp bug. There is an earlier store that LLVM
thinks is going to the same slot, but it's miscalculating the offset from r6 in
the load because it thinks the neighbouring "sub sp, sp, ..." affects it.

Should be fixed in r348591.

-- 
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