[PATCH] D23368: [AArch64LoadStoreOpt] Handle offsets correctly for post-indexed paired loads.
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 13:21:09 PDT 2016
efriedma created this revision.
efriedma added reviewers: mcrosier, gberry, junbuml.
efriedma added a subscriber: llvm-commits.
efriedma set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.
Trunk would try to create something like "stp x9, x8, [x0], #512", which isn't actually a valid instruction.
Repository:
rL LLVM
https://reviews.llvm.org/D23368
Files:
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
test/CodeGen/AArch64/ldst-opt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23368.67587.patch
Type: text/x-patch
Size: 5713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160810/09bb6c51/attachment.bin>
More information about the llvm-commits
mailing list