Details
Details
- Reviewers
pengfei - Commits
- rG87c1ed538596: Change dyn_cast to cast
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
InvokeInst inherits CallBase so it is ok to use cast<CallBase>(TI) after isa<InvokeInst>(TI)