This is an archive of the discontinued LLVM Phabricator instance.

[ADT] Fix Incorrect rounding for APFixedPoint::getIntPart
ClosedPublic

Authored by Tyker on Oct 10 2022, 1:38 AM.

Details

Diff Detail

Event Timeline

Tyker created this revision.Oct 10 2022, 1:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2022, 1:38 AM
Tyker requested review of this revision.Oct 10 2022, 1:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2022, 1:38 AM

I've confirmed that this fixes the problem I reported in
https://reviews.llvm.org/D134725#3842861

uabelho accepted this revision.Oct 12 2022, 10:00 PM

Thanks!

This revision is now accepted and ready to land.Oct 12 2022, 10:00 PM
leonardchan accepted this revision.Oct 13 2022, 11:09 AM