This is an archive of the discontinued LLVM Phabricator instance.

ValueTracking: Handle sign bit of constrained sitofp/uitofp
ClosedPublic

Authored by arsenm on Apr 13 2023, 7:49 AM.

Details

Summary

This is for parity with CannotBeNegativeZero which is close to
droppable.

Diff Detail

Event Timeline

arsenm created this revision.Apr 13 2023, 7:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2023, 7:49 AM
arsenm requested review of this revision.Apr 13 2023, 7:49 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
arsenm updated this revision to Diff 513238.Apr 13 2023, 7:56 AM
arsenm retitled this revision from ValueTracking: Handle sign bit of constraint sitofp/uitofp to ValueTracking: Handle sign bit of constrained sitofp/uitofp.

nan also easy

foad accepted this revision.Apr 14 2023, 2:24 AM

Could also say that the result wil not be denormal.

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

Could also say that the result wil not be denormal.

Already had that one ready in D148323