[PATCH] D137588: [ScalarEvolution] Skip values from unreachable bbs for phi ranges.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 12:53:42 PDT 2023


fhahn abandoned this revision.
fhahn added a comment.
Herald added a subscriber: StephenFan.

I had another look and this patch didn't address the underlying issue properly, the problem is in the user of SCEV which tries to query partially constructed IR. I started working on a proper fix: D147965 <https://reviews.llvm.org/D147965>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137588



More information about the llvm-commits mailing list