This is an archive of the discontinued LLVM Phabricator instance.

ValueTracking: Add ordered negative handling for fmul to computeKnownFPClass
ClosedPublic

Authored by arsenm on Apr 17 2023, 1:03 PM.

Details

Summary

Port from the existing handling in cannotBeOrderedLessThanZero

Diff Detail

Event Timeline

arsenm created this revision.Apr 17 2023, 1:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 17 2023, 1:03 PM
arsenm requested review of this revision.Apr 17 2023, 1:03 PM
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 514431.Apr 17 2023, 2:59 PM

Test update

foad accepted this revision.Apr 18 2023, 2:42 AM
This revision is now accepted and ready to land.Apr 18 2023, 2:42 AM