[PATCH] D142387: [SCCP] Use range info to prove AddInst has NUW flag.
Douglas Yung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 21:24:59 PST 2023
dyung added a comment.
@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.
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