This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [Process/NetBSD] Remove unnecessary FPU presence checks for x86_64
ClosedPublic

Authored by mgorny on Jun 19 2019, 7:24 AM.

Details

Summary

Remove the checks for FPU presence, FXSAVE support and usage from
the code for x86_64. Those are always true for this architecture,
and in fact are hardcoded to true inside NetBSD kernel.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Jun 19 2019, 7:24 AM
krytarowski accepted this revision.Jun 19 2019, 7:56 AM
This revision is now accepted and ready to land.Jun 19 2019, 7:56 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2019, 8:32 AM