[PATCH] D112184: [test][Attributor] Remove legacy PM RUN lines
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 20 15:45:04 PDT 2021
aeubanks added a comment.
`createAttributorLegacyPass()` and `createAttributorCGSCCLegacyPass()` are only used in PassManagerBuilder, which is the legacy PM's optimization pipeline (not codegen pipeline), which is deprecated
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112184/new/
https://reviews.llvm.org/D112184
More information about the llvm-commits
mailing list