[all-commits] [llvm/llvm-project] 29bef8: [Polly] Add support for -polly-dump-before(-file) ...
Michael Kruse via All-commits
all-commits at lists.llvm.org
Mon May 17 19:00:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29bef8e4e3593ab37c4d3b6289dcdec961c3fb52
https://github.com/llvm/llvm-project/commit/29bef8e4e3593ab37c4d3b6289dcdec961c3fb52
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M polly/include/polly/LinkAllPasses.h
M polly/include/polly/Support/DumpModulePass.h
M polly/lib/Support/DumpModulePass.cpp
M polly/lib/Support/RegisterPasses.cpp
A polly/test/Support/dumpmodule.ll
Log Message:
-----------
[Polly] Add support for -polly-dump-before(-file) with the NPM.
Only supported with -polly-position=early. Unfortunately, the
extension point callpack for VectorizerStart only passes a
FunctionPassManager, making it impossible to add a module pass.
More information about the All-commits
mailing list