summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2017-05-24 15:23:06 +0000
committerMichael Kruse <llvm@meinersbur.de>2017-05-24 15:23:06 +0000
commit5f16986271a47505ccd1f765f3112e9a0f0d7032 (patch)
tree6737f765877bea0d4b0a2819267f995c40cb5014 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
parent0a484baa8516c90417eda9f17a033ecaa2435356 (diff)
downloadbcm5719-llvm-5f16986271a47505ccd1f765f3112e9a0f0d7032.tar.gz
bcm5719-llvm-5f16986271a47505ccd1f765f3112e9a0f0d7032.zip
[DeLICM] Partial writes for PHIs.
Enable the use for partial writes for PHI write accesses with a switch. This simply skips the test for whether a PHI write would be partial. The analog test for partial value writes also protects for partial reads which we do not support (yet). It is possible to test for partial reads separately such that we could skip the partial write check as well. In case this shows up to be useful, I can implement it as well. Differential Revision: https://reviews.llvm.org/D33487 llvm-svn: 303762
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud