[PATCH] D142387: [SCCP] Use range info to prove AddInst has NUW flag.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 22:35:32 PST 2023


mstorsjo added a comment.

In D142387#4079082 <https://reviews.llvm.org/D142387#4079082>, @dyung wrote:

> @fhahn this change was causing many of our internal tests to hit an assertion failure which I bisected back to your change. I've filed issue #60280 with a repro. Can you take a look?
>
> I've reverted the change so that it doesn't go into the release branch if you don't have a chance to fix it first.

Thanks for the revert! I also ran into this, and bisected the issue back to this commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142387



More information about the llvm-commits mailing list