[llvm-branch-commits] [llvm] [UniformityAnalysis] Add CallbackVH to keep UniformValues consistent on value deletion (PR #187658)
Pankaj Dwivedi via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 20 02:00:25 PDT 2026
PankajDwivedi-25 wrote:
> Can you please provide more context on where this is going to be used? It is possible to explicitly remove values from the analysis in relevant places? I think we've had enough bad experience with this "let the analysis magically fix itself" approach that I would discourage adding it to something new, especially if it is as rarely used as UniformityAnalysis.
We had a series of discussion about it in here:https://github.com/llvm/llvm-project/pull/180509#discussion_r2817406365
https://github.com/llvm/llvm-project/pull/187658
More information about the llvm-branch-commits
mailing list