[PATCH] [LoopVectorize] Move RuntimePointerCheck under LoopAccessAnalysis

Adam Nemet anemet at apple.com
Fri Jan 30 23:43:10 PST 2015


Hi hfinkel, aschwaighofer,

This class needs to remain public because it's used by
LoopVectorizationLegality::addRuntimeCheck.

NFC.  This is part of the patchset that splits out the memory dependence logic
from LoopVectorizationLegality into a new class LoopAccessAnalysis.
LoopAccessAnalysis will be used by the new Loop Distribution pass.

http://reviews.llvm.org/D7312

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7312.19083.patch
Type: text/x-patch
Size: 6097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150131/d129d10b/attachment.bin>


More information about the llvm-commits mailing list