This is an archive of the discontinued LLVM Phabricator instance.

ValueTracking: Fix backwards handling of fpclass assumes
ClosedPublic

Authored by arsenm on Apr 11 2023, 2:04 PM.

Details

Summary

This was a bit confused because nofpclass expresses the opposite
from what an assume of class expresses. We need to assume
the intersection of assumed classes, which also needs to be inverted
to convert to nofpclass.

Diff Detail

Event Timeline

arsenm created this revision.Apr 11 2023, 2:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2023, 2:04 PM
arsenm requested review of this revision.Apr 11 2023, 2:04 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: wdng. · View Herald Transcript
This revision is now accepted and ready to land.Apr 19 2023, 9:27 AM