[PATCH] D52085: [ARM][ARMLoadStoreOptimizer]
Luke Cheeseman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 18 09:04:36 PDT 2018
LukeCheeseman updated this revision to Diff 165988.
LukeCheeseman added a comment.
- Remove extra limit cases that were unnecessary
- Check the Count/Limit on each iteration of the merge loop
- Replace guard with assert, previously only candidates that couldn't be merge were one instruction long
https://reviews.llvm.org/D52085
Files:
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
test/CodeGen/ARM/load-multiple-opt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52085.165988.patch
Type: text/x-patch
Size: 24026 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180918/02134156/attachment.bin>
More information about the llvm-commits
mailing list