OSDN Git Service

[LoopVectorize] Rename the Report class to VectorizationReport
authorAdam Nemet <anemet@apple.com>
Sun, 1 Feb 2015 16:56:00 +0000 (16:56 +0000)
committerAdam Nemet <anemet@apple.com>
Sun, 1 Feb 2015 16:56:00 +0000 (16:56 +0000)
commit8a1d3fe9622ce4a491c6ee9c927872b16f317c7f
tree501e36e24641f75a11ca3d793fa11ae133d8cacf
parentf986a7f39c34d6161d3596300c581a244d4e578a
[LoopVectorize] Rename the Report class to VectorizationReport

This class will become public in the new LoopAccessAnalysis header so the name
needs to be more global.

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227749 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp