This is an archive of the discontinued LLVM Phabricator instance.

ValueTracking: Implement computeKnownFPClass for frexp
ClosedPublic

Authored by arsenm on May 19 2023, 10:43 AM.

Details

Summary

Work around the lack of proper multiple return values by looking
at the extractvalue.

Diff Detail

Event Timeline

arsenm created this revision.May 19 2023, 10:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2023, 10:43 AM
arsenm requested review of this revision.May 19 2023, 10:43 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
jcranmer-intel accepted this revision.Jul 21 2023, 11:50 AM
This revision is now accepted and ready to land.Jul 21 2023, 11:50 AM