[PATCH] D30124: [ARM] Fix insert point for store rescheduling.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 17:06:55 PST 2017
efriedma updated this revision to Diff 90260.
efriedma edited the summary of this revision.
efriedma added a comment.
Updated patch. Move the increment of NumMove after the if statement, so we move the correct number of stores. (Hopefully I'm not making any other silly mistakes.)
Repository:
rL LLVM
https://reviews.llvm.org/D30124
Files:
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
test/CodeGen/ARM/ldm-stm-i256.ll
test/CodeGen/ARM/prera-ldst-insertpt.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30124.90260.patch
Type: text/x-patch
Size: 5632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170302/9d2db1eb/attachment.bin>
More information about the llvm-commits
mailing list