[PATCH] D132542: [InstCombine] Use dyn_cast instead of cast in visitPHINode

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 09:08:38 PDT 2022


lattner added a comment.

It has been a very long time since I've worked in this code, but I think the bug is up-stream, whatever is causing the phi nodes to not be adjacent


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132542



More information about the llvm-commits mailing list