[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:42:29 PST 2021
hans added a comment.
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>.
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