[PATCH] D114650: [SCEV] Construct SCEV iteratively.

Alexander Kornienko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 07:39:15 PDT 2022


alexfh added a comment.

In D114650#3627627 <https://reviews.llvm.org/D114650#3627627>, @alexfh wrote:

> Heads up: this commit seems to cause miscompiles on some of our code. We're still working on an isolated test case.

False alarm. The issue turned out to be caused by a UB in the code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114650



More information about the llvm-commits mailing list