Afaict llvm-opt-fuzzer is using the new pass manager. So there
shouldn't be a need to create/initialize/register the legacy PM
version of passes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148512
[llvm-opt-fuzzer] Skip creating/initializing legacy PM passes ClosedPublic Authored by bjope on Apr 17 2023, 4:57 AM.
Details Summary Afaict llvm-opt-fuzzer is using the new pass manager. So there
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 17 2023, 5:13 AM This revision was landed with ongoing or failed builds.Apr 18 2023, 2:36 AM Closed by commit rG27c1051f7302: [llvm-opt-fuzzer] Skip creating/initializing legacy PM passes (authored by bjope). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 514578 llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp
|