This is an archive of the discontinued LLVM Phabricator instance.

[X86] FUCOMI/FCOMI instructions should Def FPSW not FPCW.
ClosedPublic

Authored by craig.topper on Feb 2 2020, 11:32 PM.

Details

Summary

These instructions can set the exception in FPSW. But I
don't think they can change FPCW. So this looks like a typo.

Diff Detail

Event Timeline

craig.topper created this revision.Feb 2 2020, 11:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2020, 11:32 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
pengfei accepted this revision.Feb 3 2020, 3:29 AM

Agreed, LGTM.

This revision is now accepted and ready to land.Feb 3 2020, 3:29 AM
This revision was automatically updated to reflect the committed changes.