diff options
author | Michael Kruse <llvm@meinersbur.de> | 2019-03-25 23:26:59 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2019-03-25 23:26:59 +0000 |
commit | ea40d5b05b8b7a08ec60d01d2381748390aeafe9 (patch) | |
tree | 5c7a293486d84df584e268b0a50903dde6fe47b3 /lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h | |
parent | 1181c9f45db11e2c58170bd7e7b0bd49f1dcd63b (diff) | |
download | bcm5719-llvm-ea40d5b05b8b7a08ec60d01d2381748390aeafe9.tar.gz bcm5719-llvm-ea40d5b05b8b7a08ec60d01d2381748390aeafe9.zip |
Moving ManagedMemoryRewritePass when hybrid option is selected
Compiling with -polly-target=hybrid was causing Polly to occur two times
in the pipeline. The reason was how the ManagedMemoryRewritePass was
registered in the pass manager. ManagedMemoryRewritePass being a
ModulePass was forcing all previous passes to get recomputed. This
commit avoids Polly to appear two times in the pipeline registering the
ManagedMemoryRewritePass later in the pass manager.
Patch by Lorenzo Chelini <l.chelini@icloud.com>
Differential Revision: https://reviews.llvm.org/D59263
llvm-svn: 356965
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h')
0 files changed, 0 insertions, 0 deletions