summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
diff options
context:
space:
mode:
authorAnna Thomas <anna@azul.com>2018-11-19 15:39:59 +0000
committerAnna Thomas <anna@azul.com>2018-11-19 15:39:59 +0000
commit5e9215f02bc54f89148da065e40948fbd038a2c4 (patch)
tree1eaa4dd24264f27c4662669ecae046ebf5613f65 /llvm/lib/Transforms/Utils
parent8a063df19435af25eadd30734be1b76275cbb56b (diff)
downloadbcm5719-llvm-5e9215f02bc54f89148da065e40948fbd038a2c4.tar.gz
bcm5719-llvm-5e9215f02bc54f89148da065e40948fbd038a2c4.zip
[LV] Avoid vectorizing unsafe dependencies in uniform address
Summary: Currently, when vectorizing stores to uniform addresses, the only instance we prevent vectorization is if there are multiple stores to the same uniform address causing an unsafe dependency. This patch teaches LAA to avoid vectorizing loops that have an unsafe cross-iteration dependency between a load and a store to the same uniform address. Fixes PR39653. Reviewers: Ayal, efriedma Subscribers: rkruppe, llvm-commits Differential Revision: https://reviews.llvm.org/D54538 llvm-svn: 347220
Diffstat (limited to 'llvm/lib/Transforms/Utils')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud