Looking at PostDominatorTree::dominates, we can see that has the same
logic (with the addition of handling Phi nodes - which are not used as inputs in
this pass) as the helper function.
Details
Details
- Reviewers
eugenis - Commits
- rGa24f104645f3: [MTE] Remove redundant helper function.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Ah interesting, PostDominatorTree::dominates has been added just a few months after our helper function: https://reviews.llvm.org/D68469 vs https://reviews.llvm.org/D70049.
LGTM