summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetSchedule.cpp
diff options
context:
space:
mode:
authorGil Rapaport <gil.rapaport@intel.com>2017-04-14 07:30:23 +0000
committerGil Rapaport <gil.rapaport@intel.com>2017-04-14 07:30:23 +0000
commit334f8fbe4766f507629003a42caa3f5f143b1e90 (patch)
tree513c3892ccef30c5965ab6a53f37f8413c7dd383 /llvm/lib/CodeGen/TargetSchedule.cpp
parent66df10ff63de98eb6a5a325dd98f45cfb5ccbb5b (diff)
downloadbcm5719-llvm-334f8fbe4766f507629003a42caa3f5f143b1e90.tar.gz
bcm5719-llvm-334f8fbe4766f507629003a42caa3f5f143b1e90.zip
[LV] Remove implicit single basic block assumption
This patch is part of D28975's breakdown - no change in output intended. LV's code currently assumes the vectorized loop is a single basic block up until predicateInstructions() is called. This patch removes two manifestations of this assumption (loop phi incoming values, dominator tree update) by replacing the use of vectorLoopBody with the vectorized loop's latch/header. Differential Revision: https://reviews.llvm.org/D32040 llvm-svn: 300310
Diffstat (limited to 'llvm/lib/CodeGen/TargetSchedule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud