[PATCH] D157816: [ValueTracking] Cleanup condition for dup incoming edge for phi nodes; NFC

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 00:19:29 PDT 2023


nikic added a comment.

It looks like the issue occurs during inlining. I expect what happens is that not the terminator hasn't been remapped yet and references blocks from the old function. This seems like something that is just waiting to blow up...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157816



More information about the llvm-commits mailing list