[PATCH] D25980: [PowerPC] Improvements for BUILD_VECTOR Vol. 2

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 04:33:03 PDT 2016


nemanjai created this revision.
nemanjai added reviewers: hfinkel, echristo, kbarton, andreadb, lei, syzaara, sfertile, jtony.
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 second in the series of patches that https://reviews.llvm.org/D25580 is split into.
This patch converts (build_vector (fp_to_[su]i $A), (fp_to_[su]i $B), ...) into (fp_to_[su]i (build_vector $A, $B, ...))).

There is no test case included in this patch as the last patch will have the test case that covers all the different ways of building a vector.


Repository:
  rL LLVM

https://reviews.llvm.org/D25980

Files:
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25980.75848.patch
Type: text/x-patch
Size: 4742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161026/c3fb53b2/attachment.bin>


More information about the llvm-commits mailing list