[PATCH] D26023: [PowerPC] Improvements for BUILD_VECTOR Vol. 3
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 01:27:15 PDT 2016
nemanjai created this revision.
nemanjai added reviewers: hfinkel, echristo, andreadb, kbarton, lei, sfertile, amehsan, jtony, syzaara.
nemanjai added a subscriber: llvm-commits.
nemanjai set the repository for this revision to rL LLVM.
Herald added a subscriber: mehdi_amini.
This is the third (and penultimate) patch that https://reviews.llvm.org/D25580 is split into.
The test case will be added with the final patch.
In this patch, support for converting a vector of loads into a single load if the loads are consecutive (in either direction).
There is currently a limitation in that consecutive loads are not recognized if one of them is a pre-increment load.
Repository:
rL LLVM
https://reviews.llvm.org/D26023
Files:
lib/Target/PowerPC/PPCISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26023.75989.patch
Type: text/x-patch
Size: 5855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161027/edc89a9e/attachment.bin>
More information about the llvm-commits
mailing list