[PATCH] D142721: [SCCP] Support NUW/NSW inference for all overflowing binary operators.

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 17:31:03 PDT 2023


tstellar added a comment.

In D142721#4292972 <https://reviews.llvm.org/D142721#4292972>, @tstellar wrote:

> This commit is causing a segfault when building python 3.11.3 on ppc64le.  I'm still working on gathering more info.

I've tracked this down to the C function that is miscompiled/buggy.  What kind of dumps can I provide that would be the most useful for debugging?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142721



More information about the llvm-commits mailing list