summaryrefslogtreecommitdiffstats
path: root/llvm/utils/git-svn/git-llvm
diff options
context:
space:
mode:
authorSiddharth Bhat <siddu.druid@gmail.com>2017-04-24 22:23:12 +0000
committerSiddharth Bhat <siddu.druid@gmail.com>2017-04-24 22:23:12 +0000
commit729377f06303485eea7c2e031af4eb7f13c0cb96 (patch)
tree8c5f995835db4eb3ce2d403c6d93bd6908fb6644 /llvm/utils/git-svn/git-llvm
parent8fb1efa4d040650d13d99168d9849c6690e3c051 (diff)
downloadbcm5719-llvm-729377f06303485eea7c2e031af4eb7f13c0cb96.tar.gz
bcm5719-llvm-729377f06303485eea7c2e031af4eb7f13c0cb96.zip
[Polly] [DependenceInfo] change WAR generation, Read will not block Read
Earlier, the call to buildFlow was: WAR = buildFlow(Write, Read, MustWrite, Schedule). This meant that Read could block another Read, since must-sources can block each other. Fixed the call to buildFlow to correctly compute Read. The resulting code needs to do some ISL juggling to get the output we want. Bug report: https://bugs.llvm.org/show_bug.cgi?id=32623 Reviewers: Meinersbur Tags: #polly Differential Revision: https://reviews.llvm.org/D32011 llvm-svn: 301266
Diffstat (limited to 'llvm/utils/git-svn/git-llvm')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud