[LLVMbugs] [Bug 18136] [ARM Backend]Rewinding to first LDR/VLDRD should use reverse_iterator when emitting epiloge
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 5 03:02:33 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18136
Tim Northover <t.p.northover at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Tim Northover <t.p.northover at gmail.com> ---
Thanks for the test-case. I believe it's the fact that the VLDMIA_UPD is at the
beginning of the block that messes up the tracking rather than isCSRestore.
I actually think the entire idea of tracking FirstPop like that was misguided:
the folding *has* to happen precisely where we'd insert an sp-update to be
valid, which is the entire reason MBBI exists. We should just be using that.
This one should be fixed in r196493. I really hope it's the last.
--
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/20131205/234797b9/attachment.html>
More information about the llvm-bugs
mailing list