summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
diff options
context:
space:
mode:
authorSiddharth Bhat <siddu.druid@gmail.com>2017-07-13 12:18:56 +0000
committerSiddharth Bhat <siddu.druid@gmail.com>2017-07-13 12:18:56 +0000
commita1b2086a33dbfe4bea86acbb77611ffafd6245f1 (patch)
tree18aabf3768a1e3ed1d89424db71b720cbd131ad4 /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
parent250256f9c95750ad63ee5a2d22cc6a22380ec9e9 (diff)
downloadbcm5719-llvm-a1b2086a33dbfe4bea86acbb77611ffafd6245f1.tar.gz
bcm5719-llvm-a1b2086a33dbfe4bea86acbb77611ffafd6245f1.zip
[Invariant Loads] Do not consider invariant loads to have dependences.
We need to relax constraints on invariant loads so that they do not create fake RAW dependences. So, we do not consider invariant loads as scalar dependences in a region. During these changes, it turned out that we do not consider `llvm::Value` replacements correctly within `PPCGCodeGeneration` and `ISLNodeBuilder`. The replacements dictated by `ValueMap` were not being followed in all places. This was fixed in this commit. There is no clean way to decouple this change because this bug only seems to arise when the relaxed version of invariant load hoisting was enabled. Differential Revision: https://reviews.llvm.org/D35120 llvm-svn: 307907
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud