This is an archive of the discontinued LLVM Phabricator instance.

ValueTracking: uitofp/sitofp cannot return denormal results
ClosedPublic

Authored by arsenm on Apr 14 2023, 4:02 AM.

Diff Detail

Event Timeline

arsenm created this revision.Apr 14 2023, 4:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 4:02 AM
arsenm requested review of this revision.Apr 14 2023, 4:02 AM
Herald added a reviewer: sstefan1. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: wdng. · View Herald Transcript
foad accepted this revision.Apr 14 2023, 4:12 AM

Thanks.

I suppose you could imagine a future floating point format where the range of exponents did not include 0, and integer values could be subnormal, but that would be pretty bizarre.

This revision is now accepted and ready to land.Apr 14 2023, 4:12 AM