[PATCH] D153677: [LegacyPM] Remove LowerWidenableConditionLegacyPass
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 07:03:03 PDT 2023
anna added a comment.
> This sounds like a backend pass for out-of-tree usage, so we might have to keep the legacy version
In our custom pipeline downstream, we enable this pass late in our `opt pipeline` So, this change wouldn't affect us. However, in the LangRef, we state it can be lowered pretty late - which means someone (any other downstream users, if any?) can lower it under `TargetPassConfig::addIRPasses` for example.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153677/new/
https://reviews.llvm.org/D153677
More information about the llvm-commits
mailing list