This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Make FPClassTest a bitmask enumeration
ClosedPublic

Authored by sepavloff on Feb 16 2023, 11:28 PM.

Details

Summary

With this change bitwise operations are allowed for FPClassTest
enumeration, it must simplify using this type. Also some functions
changed to get argument of type FPClassTest instead of unsigned.

Diff Detail

Event Timeline

sepavloff created this revision.Feb 16 2023, 11:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 16 2023, 11:28 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
sepavloff requested review of this revision.Feb 16 2023, 11:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 16 2023, 11:28 PM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Feb 17 2023, 1:42 AM

LGTM. I was working on this but only got halfway through the prerequisite patch

This revision is now accepted and ready to land.Feb 17 2023, 1:42 AM
This revision was automatically updated to reflect the committed changes.