[PATCH] D140747: [Transform] Rewrite LowerSwitch using APInt

Peter Rong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 12:45:36 PST 2023


Peter marked an inline comment as done.
Peter added a comment.

In D140747#4068376 <https://reviews.llvm.org/D140747#4068376>, @uabelho wrote:

> We see the
>
>   Assertion `N.sge(SignedZero) && "Popularity shouldn't be negative."' failed.
>
> crash fairly often in downstream fuzz testing.
> Is someone planning to push a fix?

I think this problems have already been fixed in this patch. I am waiting for someone to review it before I patch it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140747



More information about the llvm-commits mailing list