aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-06-06 17:17:30 +0000
committerTobias Grosser <tobias@grosser.es>2017-06-06 17:17:30 +0000
commitdeefbced967e9d18d8cdc669178bad382e6c3bc6 (patch)
treeb573e0d8e03e919d0e67cb03b02f9a08f79dc214 /llvm/lib/Support/CommandLine.cpp
parenteafdd862e5e215d21ec177dfa54da99c7f96397c (diff)
downloadllvm-deefbced967e9d18d8cdc669178bad382e6c3bc6.zip
llvm-deefbced967e9d18d8cdc669178bad382e6c3bc6.tar.gz
llvm-deefbced967e9d18d8cdc669178bad382e6c3bc6.tar.bz2
[Polly] [BlockGen] Support partial writes in regions
Summary: The RegionGenerator traditionally kept a BlockMap that mapped from original basic blocks to newly generated basic blocks. With the introduction of partial writes such a 1:1 mapping is not possible any more, as a single basic block can be code generated into multiple basic blocks. Hence, depending on the use case we need to either use the first basic block or the last basic block. This is intended to address the last four cases of incorrect code generation in our AOSP buildbot and hopefully should turn it green. Reviewers: Meinersbur, bollu, gareevroman, efriedma, huihuiz, sebpop, simbuerg Reviewed By: Meinersbur Subscribers: pollydev, llvm-commits Tags: #polly Differential Revision: https://reviews.llvm.org/D33767 llvm-svn: 304808
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions