This is an archive of the discontinued LLVM Phabricator instance.

Fix floating point register reads x86_64 linux on targets with no AVX support
ClosedPublic

Authored by labath on Nov 28 2016, 3:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

labath updated this revision to Diff 79388.Nov 28 2016, 3:52 AM
labath retitled this revision from to Fix floating point register reads x86_64 linux on targets with no AVX support.
labath updated this object.
labath added a subscriber: lldb-commits.
valentinagiusti accepted this revision.Nov 28 2016, 7:26 AM
valentinagiusti edited edge metadata.

lgtm, thanks!

This revision is now accepted and ready to land.Nov 28 2016, 7:26 AM
tberghammer accepted this revision.Nov 28 2016, 7:52 AM
tberghammer edited edge metadata.

LGTM

source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
246–247 ↗(On Diff #79388)

(nit): Please revert

This revision was automatically updated to reflect the committed changes.