[PATCH] D111976: [DAG] Create fptosi.sat from clamped fptosi
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 30 06:43:15 PST 2021
hans added a comment.
In D111976#3161485 <https://reviews.llvm.org/D111976#3161485>, @hans wrote:
> This caused our builds to break with this assertion:
>
> llvm/include/llvm/ADT/APInt.h:990:
> bool llvm::APInt::operator==(const llvm::APInt &) const:
> Assertion `BitWidth == RHS.BitWidth && "Comparison requires equal bit widths"' failed.
>
> Reverted in a87782c34d667d1c1a18fe82a9a7abfc72fd345b <https://reviews.llvm.org/rGa87782c34d667d1c1a18fe82a9a7abfc72fd345b>.
Forgot the important part: The reproducer is here: https://bugs.chromium.org/p/chromium/issues/detail?id=1275121#c2
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111976/new/
https://reviews.llvm.org/D111976
More information about the llvm-commits
mailing list