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

Moritz Roth <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #1 from Moritz Roth <[email protected]> ---
Hi,

thanks for the report and helpful test case. Looks like this was caused by a
small mistake in the order of operations in the pass which lead to the base
register reset instruction (subs r0, #8) being emitted before the actual
LDM/STM.

I've created a patch at http://reviews.llvm.org/D4084 which should fix this.
It's been committed as rL210542.

Thanks 
Moritz

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to