This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [lit] Remove unnecessary array use in XMM reading test
ClosedPublic

Authored by mgorny on Apr 24 2019, 12:57 PM.

Details

Summary

Remove the use of 2-element array for XMM data. It is an accidental
leftover from previous implementation attempt, and it is unnecessary
with xmm_t.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Apr 24 2019, 12:57 PM
labath accepted this revision.Apr 25 2019, 8:39 AM

This looks like the kind of thing you could have committed without review. :)

This revision is now accepted and ready to land.Apr 25 2019, 8:39 AM
krytarowski accepted this revision.Apr 25 2019, 8:53 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2019, 10:43 AM