[PATCH] D43022: [SLP] Allow vectorization of reversed loads.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 08:16:25 PST 2018


ABataev added a comment.

In https://reviews.llvm.org/D43022#1004309, @RKSimon wrote:

> LGTM - Please can you add some additional tests that have other load/store orders? Just to prove that only reverse orders are being performed.


This patch only for loads, for the stores I'm going to prepare another one. We already have tests for jumbled loads, they are not affected by this patch


Repository:
  rL LLVM

https://reviews.llvm.org/D43022





More information about the llvm-commits mailing list