[Polly] Add support for -polly-export with NPM.
authorMichael Kruse <llvm-project@meinersbur.de>
Wed, 26 Oct 2022 21:50:50 +0000 (16:50 -0500)
committerMichael Kruse <llvm-project@meinersbur.de>
Wed, 26 Oct 2022 22:21:34 +0000 (17:21 -0500)
commitbb90d7ee3943ac8482d509d5224d24f1c9a5ac5c
treea3122ec55ad0b17d8a160b1319cfdacbf480380d
parentec273d3e3a8c3bcb2cf98f893f28bee5bf9b30af
[Polly] Add support for -polly-export with NPM.

The JSONExporter pass was already ported to the NPM, the pass builder
jsut had to add it to the pass pipeline when requested.
polly/lib/Support/RegisterPasses.cpp
polly/test/Support/exportjson.ll [new file with mode: 0644]