This is an archive of the discontinued LLVM Phabricator instance.

InstCombine: Handle copysign in SimplifyDemandedFPClass
ClosedPublic

Authored by arsenm on Aug 23 2023, 11:18 AM.

Diff Detail

Event Timeline

arsenm created this revision.Aug 23 2023, 11:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 11:18 AM
arsenm requested review of this revision.Aug 23 2023, 11:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 11:18 AM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm updated this revision to Diff 552875.Aug 23 2023, 1:49 PM

Show test improvement in real pow case

RKSimon accepted this revision.Sep 13 2023, 5:29 AM

LGTM

This revision is now accepted and ready to land.Sep 13 2023, 5:29 AM
RKSimon accepted this revision.Sep 15 2023, 2:34 AM

LGTM