This is an archive of the discontinued LLVM Phabricator instance.

[X86][FP16] Fix mis-combination from FMULC to FCMULC
ClosedPublic

Authored by pengfei on Jun 30 2023, 6:15 AM.

Details

Summary

The combination was designed to combine a negative imaginary value
rather then a full negative complex value.

Diff Detail

Event Timeline

pengfei created this revision.Jun 30 2023, 6:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2023, 6:15 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
pengfei requested review of this revision.Jun 30 2023, 6:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2023, 6:15 AM
RKSimon accepted this revision.Jul 11 2023, 2:55 AM

LGTM

This revision is now accepted and ready to land.Jul 11 2023, 2:55 AM
This revision was landed with ongoing or failed builds.Jul 11 2023, 7:26 AM
This revision was automatically updated to reflect the committed changes.