[Lldb-commits] [PATCH] D61376: [lldb] [lit] Split 'register read' tests between zmm*, xmm16+, ymm16+
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 2 00:33:45 PDT 2019
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Thanks for splitting these. Since we deleted the zmm dotest tests, I think it's important to do this so we don't regress test coverage on darwin. (But somebody on the darwin side should take a look at adding support for [xy]mm registers too, as I expect their exclusion was just an omission, and fixing that might be as simple as defining a couple of new RegisterInfo structs)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61376/new/
https://reviews.llvm.org/D61376
More information about the lldb-commits
mailing list