[PATCH] D112184: [test][Attributor] Remove legacy PM RUN lines
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 20 15:59:30 PDT 2021
jdoerfert added a comment.
In D112184#3076635 <https://reviews.llvm.org/D112184#3076635>, @aeubanks wrote:
> `createAttributorLegacyPass()` and `createAttributorCGSCCLegacyPass()` are only used in PassManagerBuilder, which is the legacy PM's optimization pipeline (not codegen pipeline), which is deprecated
AMDGPU backend creates an Attributor instance explicitly: `llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp`
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