This is an archive of the discontinued LLVM Phabricator instance.

x87 FPU state instructions do not use an f32 memory location
ClosedPublic

Authored by epastor on Sep 1 2020, 7:59 AM.

Details

Summary

These instructions actually use a 512-byte location, where bytes 464-511 are ignored.

Diff Detail

Event Timeline

epastor created this revision.Sep 1 2020, 7:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2020, 7:59 AM
epastor requested review of this revision.Sep 1 2020, 7:59 AM
craig.topper accepted this revision.Sep 1 2020, 9:28 AM
craig.topper added a subscriber: craig.topper.

LGTM

This revision is now accepted and ready to land.Sep 1 2020, 9:28 AM