[PATCH] D146940: [Analysis] Deprecate (Legacy)DivergenceAnalysis
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 03:54:40 PDT 2023
arsenm added a comment.
In D146940#4233004 <https://reviews.llvm.org/D146940#4233004>, @Pierre-vh wrote:
> I'd also rather just delete it now - especially because there's no reason not to use UA, but I thought deprecation was a mandatory step.
This isn't major enough to bother deprecating. The only place we might bother with deprecation is really the C API, or long-term migrations in core APIs (e.g. the pointer element type getters)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146940/new/
https://reviews.llvm.org/D146940
More information about the llvm-commits
mailing list