[PATCH] D68517: [PATCH 33/38] [noalias] SLPVectorizer: load/store can have a noalias_sidechannel.

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 15:19:15 PDT 2019


jeroen.dobbelaere created this revision.
jeroen.dobbelaere added reviewers: hfinkel, jdoerfert.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This is part of the series started by D68484 <https://reviews.llvm.org/D68484>.

Accept that the noalias_sidechannel can be there and ignore it.

Note: this is a stable point and tests should run fine with the patches applied up to this point.


https://reviews.llvm.org/D68517

Files:
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/test/Transforms/SLPVectorizer/noalias.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68517.223321.patch
Type: text/x-patch
Size: 5585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/87c7537f/attachment.bin>


More information about the llvm-commits mailing list