[Lldb-commits] [PATCH] D61376: [lldb] [lit] Split 'register read' tests between zmm*, xmm16+, ymm16+
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 1 07:05:04 PDT 2019
mgorny created this revision.
mgorny added reviewers: labath, JDevlieghere, krytarowski.
Herald added subscribers: kristof.beyls, javed.absar.
Since Darwin target implements support for zmm* registers without
matching support for the respectively added xmm* and ymm* registers,
split the tests for each register group. To reduce code duplication,
the tests are using the same source file (which sets more registers
than necessary but that should not cause any harm).
https://reviews.llvm.org/D61376
Files:
lldb/lit/Register/x86-64-xmm16-read.test
lldb/lit/Register/x86-64-ymm16-read.test
lldb/lit/Register/x86-64-zmm-read.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61376.197541.patch
Type: text/x-patch
Size: 16484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190501/da0d1bae/attachment.bin>
More information about the lldb-commits
mailing list