[Lldb-commits] [PATCH] D61439: [lldb] [lit] Add write tests for AVX-512 registers (zmm, xmm15+, ymm15+)

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 2 09:02:42 PDT 2019


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

The tests look fine to me, but given that mac doesn't support writing to ymm registers, I'd be surprised if these were to pass too (so I'd add system-darwin to the list of XFAILs too).

At that point, we've run out of systems where this test can possibly pass, so it's kinda hard to check that it is written correctly, but since you've went through the trouble of writing it, I suppose we can include it here for future reference.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61439/new/

https://reviews.llvm.org/D61439





More information about the lldb-commits mailing list