[Lldb-commits] [PATCH] D61212: [lldb] [lit] Add tests for reading ZMM registers (AVX512)

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Apr 27 00:25:09 PDT 2019


mgorny added a comment.

For the record, GCC refuses to build this with:

  Inputs/x86-zmm-read.cpp: In function ‘int main()’:
  Inputs/x86-zmm-read.cpp:193:4: error: more than 30 operands in ‘asm’
     );
      ^

Not sure if we care about it though; clang doesn't seem to have this limitation.


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

https://reviews.llvm.org/D61212





More information about the lldb-commits mailing list