[PATCH] D147923: Change dyn_cast to cast

Bing Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 02:18:09 PDT 2023


yubing added a comment.

InvokeInst inherits CallBase so it is ok to use cast<CallBase>(TI) after isa<InvokeInst>(TI)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147923/new/

https://reviews.llvm.org/D147923



More information about the llvm-commits mailing list