diff options
author | Michael Kruse <llvm-project@meinersbur.de> | 2022-03-14 08:39:25 -0500 |
---|---|---|
committer | Michael Kruse <llvm-project@meinersbur.de> | 2022-03-14 10:27:15 -0500 |
commit | 5c0280813185e4a78cab873e3b01d6c193e06f50 (patch) | |
tree | be1c6c37ce1dfd86d7f91e34f07d85335436c3aa /llvm/lib/Object/WasmObjectFile.cpp | |
parent | f69175b1e6aba63ad349644256c58c0e3b3316f1 (diff) | |
download | llvm-5c0280813185e4a78cab873e3b01d6c193e06f50.zip llvm-5c0280813185e4a78cab873e3b01d6c193e06f50.tar.gz llvm-5c0280813185e4a78cab873e3b01d6c193e06f50.tar.bz2 |
[polly] Introduce -polly-print-* passes to replace -analyze.
The `opt -analyze` option only works with the legacy pass manager and might be removed in the future, as explained in llvm.org/PR53733. This patch introduced -polly-print-* passes that print what the pass would print with the `-analyze` option and replaces all uses of `-analyze` in the regression tests.
There are two exceptions: `CodeGen\single_loop_param_less_equal.ll` and `CodeGen\loop_with_condition_nested.ll` use `-analyze on the `-loops` pass which is not part of Polly.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D120782
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions